Tagged Questions
10
votes
3answers
521 views
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 ...
4
votes
2answers
292 views
Mercurial Queues: Merging Patches from Multiple Repositories
I am using Mercurial Queues on a repository, and have placed those patches in a patch repository. Another contributor has cloned my patch queue and made changes of their own. I would now like to ...
2
votes
1answer
152 views
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.
Let's say I have 2 patches p1 and p2 (applied in that order). Now I make a ...
2
votes
1answer
82 views
What happens when I strip one version of a mercurial repository and try to synchronize with another one?
I know what happened to me when I did it. The synchronization was apparently successful, because no warnings were generated, but when I cloned the remote repository I saw that the synchronization ...
1
vote
1answer
53 views
Interactive program to selectively exclude parts of a diff file
Is there a program (preferably available on Cygwin) which I can use to "filter" a diff file interactively? i.e. I want something like git interactive add, except that I want to operate on a diff ...
0
votes
1answer
53 views
Is there any patch tools that work well with mercurial, when patch-based workflows fail causing .rej hunks in your repo
I am looking for a better patch tool than the ones built into Mercurial, or a visual tool to help me edit patches so that they will get accepted into Mercurial or Gnu patch.
The mercurial wiki has a ...