##// END OF EJS Templates
bookmarks: Set current bookmark if we create a new one on the tip...
bookmarks: Set current bookmark if we create a new one on the tip If track.current is enabled we set the newly created bookmark as the current tracked bookmark. We do not do this if a revision is specified.

File last commit:

r7816:f420eafe default
r7816:f420eafe default
Show More
test-bookmarks-current.out
20 lines | 575 B | text/plain | TextLexer
/ tests / test-bookmarks-current.out
% no bookmarks
no bookmarks set
% set bookmark X
% list bookmarks
* X -1:000000000000
% update to bookmark X
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
% list bookmarks
* X -1:000000000000
% rename
% list bookmarks
* Z -1:000000000000
% new bookmark Y
% list bookmarks
* Y -1:000000000000
Z -1:000000000000
% commit
% list bookmarks
* Y 0:719295282060
Z -1:000000000000