I have some pretxncommit hooks in my local merc开发者_如何转开发urial repository, those hooks are used to check that the commit message includes a reference to a ticket and some other sanity checks.
I am using: Mercurial Distributed SCM (version 1.9.1), and I\'ve done the following: D:\\code\\mqtest>hg init
I have a repository and am using mq patch queue for unfinished changes. The patch queue is also under version control.
I am trying to set up my workflow with MQ as described in the MqTutorial and in the HGbook Chapter 13.
I am using the patch queue to achieve something like what this person asked here: Why can't I reba开发者_如何学Cse on to an ancestor of source changesets if on a different branch?
The purpose of the hg mq plugin is to be ab开发者_JS百科le to make perfect commits to your repository, not confusing the changes that you made in your absent-minded ADHD induced rambling through your
The go programming language has a page on code reviews using mq and it states:\"Since pulling, pushing, updating and committing whi开发者_开发技巧le mq patches are applied can damage your repository\"
I am used to Mercurial mq extension to maintain a set of custom patches over the upstream. They can be published as a separate repository aside from the upstream. Now in git I use private branches and
I\'m trying to learn Mercurial Queues and I\'m confused by there being both a bunch of \"hg q*\" commands and also many normal hg commands with the \"--mq\" parameter.I think that the --mq parameter i
The qrefresh command in the MQ extension don\'t make sense to me. I\'ll explain my assumption: If you don\'t know on which revision should a certain patch be applied, it have a very little value. Yo