Using mq as shelve
Dan Villiom Podlaski Christiansen
danchr at gmail.com
Wed May 19 21:33:43 UTC 2010
On 19 May 2010, at 19:17, Harvey Chapman wrote:
> Is there a better way than the following for "unshelving" a patch from mq?
>
> Shelve:
> hg qnew patch
> hg qpop
>
> Unshelve:
> hg import --no-commit .hg/patches/patch
> hg qdelete patch
Is there any particular reason not to just continue working with the patch? That is, refreshing it using ‘qrefresh’, and eventually committing it using ‘qfinish’.
--
Dan Villiom Podlaski Christiansen
danchr at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1943 bytes
Desc: not available
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20100519/7e2c5a17/attachment.p7s>
More information about the Mercurial
mailing list