Mercurial Queues: combining patches
Posted
by Eamon Nerbonne
on Stack Overflow
See other posts from Stack Overflow
or by Eamon Nerbonne
Published on 2010-03-18T15:55:12Z
Indexed on
2010/03/20
19:21 UTC
Read the original article
Hit count: 524
mercurial
|mercurial-queue
I've been playing with Mercurial and mercurial queues, and now have a fairly reasonable working version. However, before I submit a patch, I'd like to take that spagetti-history and merge it into discrete, logical steps, rather than the semi-overlapping repeated do-undo-redo-slightly-differently mess it is now, if only to reduce the number of patches.
How do I do that?
© Stack Overflow or respective owner