comparison tests/test-bookmarks-strip.t @ 21404:ca275f7ec576

update: when deactivating a bookmark, print a message This helps prevent user confusion when innocent-seeming commands like 'hg update -C .' are run.
author Siddharth Agarwal <sid0@fb.com>
date Wed, 14 May 2014 12:49:55 -0700
parents b682997d6944
children e78a80f8f51e
comparison
equal deleted inserted replaced
21403:3db723e2dc20 21404:ca275f7ec576
36 36
37 update to -2 (deactivates the active bookmark) 37 update to -2 (deactivates the active bookmark)
38 38
39 $ hg update -r -2 39 $ hg update -r -2
40 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 40 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
41 (leaving bookmark test2)
41 42
42 $ echo eee>>qqq.txt 43 $ echo eee>>qqq.txt
43 44
44 commit new head 45 commit new head
45 46