On 09.05.2010 13:39, Neal Becker wrote: > I have a series of (in this case consecutive) patches I'd like to collapse > into a single changeset. These are already committed and not tip. Any > ideas?
I usually fold patches using the patch queue in hgtk log http://tortoisehg.bitbucket.org/manual/1.0/patches.html#patch-queues Enable the mq extension [1], import the patches into the queue using the context menu of the log viewer, then unapply the patch you want to fold and then select "Fold" from the context menu of the patch. http://bitbucket.org/abuehl/downloads/downloads/folding-a-patch-in-hgtk-log.PNG [1] http://mercurial.selenic.com/wiki/MqExtension ------------------------------------------------------------------------------ _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

