On Apr 4, 2012, at 3:43 PM, Matt Mackall wrote: > $ hg qref -X ** # remove all changes from the current patch > > Now you have an empty patch you can qpop and delete. Just remember to put quotes around the **. Also, you'll have to (-f)orce the qpop since even though the patch is empty, mq will refuse to delete it because of the local modifications.