octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: @ not @ tip


From: Jordi Gutiérrez Hermoso
Subject: Re: @ not @ tip
Date: Thu, 28 Nov 2013 13:40:00 -0500

On Thu, 2013-11-28 at 11:43 -0600, Daniel J Sebald wrote:
> (And avoiding the merge conflict is easy using "hg update tip".)

"hg update tip" will take you to whatever commit happens to be the
highest revision number on your clone. If we spend some time working
on both the stable and default branch, "hg default tip" may switch you
back and forth between the two branches, depending which branch has
the highest revision number. It is because of this that the Mercurial
devs have deprecated the concept of "tip".

You should instead do "hg up stable" if you want to work on stable or
"hg update @" if you want to work on where the @ bookmark is (which
should be the latest default head). If you do a plain "hg update", you
will be taken to the head of the current branch.

- Jordi G. H.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]