Top "Mercurial-queue" questions

Mercurial Queues is a standard extension of Mercurial DVCS that manages changeset patches.

How to enable Mercurial extensions (such as mq)?

I have installed Mercurial from the Ubuntu package repository. However I don't know how to enable extensions (q* commands). How …

mercurial mercurial-queue mercurial-extension
git equivalent to hg mq?

I just started using Git alongside Mercurial to familiarize myself with Git. I use the mq extension in Mercurial extensively …

git mercurial mercurial-queue
Perform an empty commit with mercurial

With with Mercurial queues extension, I can make an empty commit with some commit message like so: hg qnew patch_…

version-control mercurial commit mercurial-queue