Mercurial Queues is a standard extension of Mercurial DVCS that manages changeset patches.
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-extensionI just started using Git alongside Mercurial to familiarize myself with Git. I use the mq extension in Mercurial extensively …
git mercurial mercurial-queueWith 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