##// END OF EJS Templates
bookmarks: verify switching bookmarks works properly
Augie Fackler -
r13433:0b1bbc46 stable
parent child Browse files
Show More
@@ -66,6 +66,17 b' list bookmarks'
66 * Y 0:719295282060
66 * Y 0:719295282060
67 Z -1:000000000000
67 Z -1:000000000000
68
68
69 Verify that switching to Z updates the current bookmark:
70 $ hg update Z
71 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
72 $ hg bookmark
73 Y 0:719295282060
74 * Z -1:000000000000
75
76 Switch back to Y for the remaining tests in this file:
77 $ hg update Y
78 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
79
69 delete bookmarks
80 delete bookmarks
70
81
71 $ hg bookmark -d Y
82 $ hg bookmark -d Y
General Comments 0
You need to be logged in to leave comments. Login now