[issue2133] Bookmark behaves oddly with shared repos

John Sparrow bugs at mercurial.selenic.com
Thu Apr 8 16:52:07 UTC 2010


New submission from John Sparrow <johnsparrowuk at hotmail.co.uk>:

For unshared repos: If you bookmark tip, and pull from a clone, the 
bookmark is updated to the new tip, as expected.
 
If however you bookmark tip on a shared repos, then make a commit using 
another share, the bookmark in the original working copy is still left on 
an old (non-head) revision. These doesn't seem to be a way to move it 
forward?
 
eg (assuming 'A' and 'B' are both shared repos's from the same source, and 
they're both on tip, with only a simple 1-2-3 history)
 
Share A: hg bookmark test
(bookmark set on 10:5546646aef)
 
Share B:
 ..some edit..
 hg commit
(committed rev 11)
 
Share A:
hg bookmarks
test  10:5546646aef
 
Should 'test' not be on 11?

----------
messages: 12247
nosy: johnsparrowuk
priority: bug
status: unread
title: Bookmark behaves oddly with shared repos

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2133>
____________________________________________________


More information about the Mercurial-devel mailing list