mq finish patch?

Matt Mackall mpm at selenic.com
Wed Oct 1 10:24:13 CDT 2008


On Wed, 2008-10-01 at 08:15 -0400, Neal Becker wrote:
> When I'm finished with my current mq patch, how do I "close" it so I don't accidentally add new changes to that patch?

hg qfinish qtip

..will promote a patch into a real changeset (provided its parent is
also one), which will prevent qref from working on it.

If you've got an older hg, this is:

hg qdel -r qtip

-- 
Mathematics is the supreme nostalgia of our time.



More information about the Mercurial mailing list