##// END OF EJS Templates
bookmarks: test that bare update forwards active bookmark
Kevin Bullock -
r16742:973671fc default
parent child Browse files
Show More
@@ -126,6 +126,23 b' deactivate current bookmark while renami'
126 X 0:719295282060
126 X 0:719295282060
127 Z 0:719295282060
127 Z 0:719295282060
128
128
129 bare update moves the active bookmark forward
130
131 $ echo a > a
132 $ hg ci -Am1
133 adding a
134 $ hg update X
135 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
136 $ hg bookmarks
137 * X 0:719295282060
138 Z 0:719295282060
139 $ hg update
140 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
141 updating bookmark X
142 $ hg bookmarks
143 * X 1:cc586d725fbe
144 Z 0:719295282060
145
129 test deleting .hg/bookmarks.current when explicitly updating
146 test deleting .hg/bookmarks.current when explicitly updating
130 to a revision
147 to a revision
131
148
General Comments 0
You need to be logged in to leave comments. Login now