[PATCH RFC] update: default update should move as far forward as possible (issue3883)

Pierre-Yves David pierre-yves.david at ens-lyon.org
Wed Apr 10 16:43:25 CDT 2013


On 10 avr. 2013, at 22:22, Augie Fackler wrote:

> On Wed, Apr 10, 2013 at 12:55:39PM -0700, Durham Goode wrote:
>> o  3
>> |
>> | o  2
>> | |
>> | @  1
>> |/
>> |
>> o  0
>> 
>> 'hg update' will now put you on commit 2.  If you were already on commit 2,
>> it would be a no-op.  If you were on commit 0, it would put you on 3.
> 
> Where would it put you before this change?

Before: max(branch(.))
After:  max(.:: and branch(.))

-- 
Pierre-Yves David


More information about the Mercurial-devel mailing list