tests/test-update-branches.t
changeset 20281 67ee87a371b2
parent 20280 95b9c6149e17
child 22955 fab9dda0f2a3
--- a/tests/test-update-branches.t	Wed Jan 15 16:41:18 2014 -0600
+++ b/tests/test-update-branches.t	Wed Jan 15 17:48:48 2014 -0600
@@ -229,13 +229,16 @@
   $ hg bookmarks
    * bm                        5:ff252e8273df
 
-Test that 4 is detected as the no-argument destination from 3
+Test that 4 is detected as the no-argument destination from 3 and also moves
+the bookmark with it
   $ hg up --quiet 0          # we should be able to update to 3 directly
   $ hg up --quiet --hidden 3 # but not implemented yet.
+  $ hg book -f bm
   $ hg up
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
-  $ hg id
-  d047485b3896+ (b1)
+  updating bookmark bm
+  $ hg book
+   * bm                        4:d047485b3896
 
 Test that 5 is detected as a valid destination from 1
   $ hg up --quiet 0          # we should be able to update to 3 directly