Shelve extension
Bastian Doetsch
bastian.doetsch at gmx.de
Mon Nov 17 18:50:18 UTC 2008
Am Montag, den 17.11.2008, 19:43 +0100 schrieb Peter Arrenbrecht:
> On Mon, Nov 17, 2008 at 7:15 PM, Bastian Doetsch <bastian.doetsch at gmx.de> wrote:
> > 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)
>
> qdelete -r can now be written as qfinish, which is a little more obvious.
> -parren
>
Is this already in 1.0.2? I thought it is only available in crew. That's
why I didn't mention it.
Bastian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20081117/e32b25eb/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20081117/e32b25eb/attachment-0001.asc>
More information about the Mercurial
mailing list