hg equivalent of git stash
anatoly techtonik
techtonik at gmail.com
Mon Dec 12 22:44:17 UTC 2011
On Tue, Dec 13, 2011 at 1:17 AM, Matt Mackall <mpm at selenic.com> wrote:
> 2. I can't
> > reorder/edit them without using editor to mess with .hg/patches.
>
> hg qpush --move
>
--move reorder patch series and apply only the patch
Thanks. I've experimented with it a bit and it seems that description could
be improved to 'move specified patch into current position in patch stack
and apply'.
> 3. Many
> > commands, but hard to do basic things - I still don't know if it is
> > possible to edit commit message with my editor after the patch is
> created,
> > or set it when finalizing MQ.
>
> hg qref -e
This one is ugly, because:
1. works only for current patch
2. also updates patch contents with changes in local copy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20111213/4a9e5f8f/attachment-0002.html>
More information about the Mercurial
mailing list