diff tests/test-bookmarks-pushpull.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 a14d93b2fb1b
children 32601b0b74c0
line wrap: on
line diff
--- a/tests/test-bookmarks-pushpull.t	Thu Aug 02 13:51:34 2012 +0200
+++ b/tests/test-bookmarks-pushpull.t	Wed May 14 12:49:55 2014 -0700
@@ -411,6 +411,7 @@
   $ hg commit -m 'add bar'
   $ hg co "tip^"
   0 files updated, 0 files merged, 1 files removed, 0 files unresolved
+  (leaving bookmark @)
   $ hg book add-foo
   $ hg book -r tip add-bar
 Note: this push *must* push only a single changeset, as that's the point