mercurial-queue
How to disable pretxncommit hooks with mercurial queues or histedit?
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.[详细]
2023-04-10 07:51 分类:问答hg update --mq not working?
I am using: Mercurial Distributed SCM (version 1.9.1), and I\'ve done the following: D:\\code\\mqtest>hg init[详细]
2023-04-08 20:41 分类:问答How to use mercurial merge functionality for rejected hunks in a patch queue, without the deprecated qsave?
I have a repository and am using mq patch queue for unfinished changes. The patch queue is also under version control.[详细]
2023-03-25 04:07 分类:问答How-to multiple hg mq patch queues (in one repository vs. many subrepos)
I am trying to set up my workflow with MQ as described in the MqTutorial and in the HGbook Chapter 13.[详细]
2023-03-06 04:59 分类:问答Mercurial patch queue collapse
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?[详细]
2023-02-28 01:31 分类:问答What to do when you have too many changes within a single patch in an hg mq the patch queue?
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[详细]
2023-02-19 05:58 分类:问答In Mercurial Is it "safe" to pull when a mq patch is applied?
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\"[详细]
2023-02-14 18:01 分类:问答What's the Git approach to publish a patch queue?
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[详细]
2023-02-11 01:09 分类:问答Are Mercurial Queue specific commands equivalent to Mercurial commands with a --mq parameter?
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[详细]
2023-02-10 12:26 分类:问答Is `qrefresh` considered harmful?
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[详细]
2023-01-24 07:57 分类:问答