##// END OF EJS Templates
bookmarks: ensure current bookmark is updated when specified with -r ....
Brodie Rao -
r11561:e5aaaef9 stable
parent child Browse files
Show More
@@ -57,3 +57,8 b' hg bookmark'
57 echo % update to tip
57 echo % update to tip
58 hg update tip
58 hg update tip
59
59
60 echo % set bookmark Y using -r .
61 hg bookmark -r . Y
62
63 echo % list bookmarks
64 hg bookmark
@@ -25,3 +25,6 b' 0 files updated, 0 files merged, 0 files'
25 no bookmarks set
25 no bookmarks set
26 % update to tip
26 % update to tip
27 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
27 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
28 % set bookmark Y using -r .
29 % list bookmarks
30 * Y 0:719295282060
General Comments 0
You need to be logged in to leave comments. Login now