Shelve extension

Bastian Doetsch bastian.doetsch at gmx.de
Mon Nov 17 12:15:36 CST 2008


Am Montag, den 17.11.2008, 12:45 -0500 schrieb Joe Turpin:
> On Mon, Nov 17, 2008 at 11:43 AM, Gabor Grothendieck
> <ggrothendieck at gmail.com> wrote:
> 
>         <snip> 
>         
>         Am I missing something?
>         Is there some other way that this is usually done?
> 
> 
> I do this using Mercurial Queues. In your case:
> 
> $ hg qnew -f working_dir_changes.patch
> $ hg qpop
> $ hg up -r desired_rev
> 
> when done working in the non-tip revision, just do:
> 
> $ hg up
> $ hg qpush


And to get changes committed to the repository:

qrefresh 
qdelete -r <revision-you-want-to-transfer-to-repo> (e.g. qtip)

Bastian



> 
> Good luck,
> Joe
> 
> 
> 
> 
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial/attachments/20081117/0a6fc851/attachment.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://selenic.com/pipermail/mercurial/attachments/20081117/0a6fc851/attachment.pgp 


More information about the Mercurial mailing list