tests/test-bookmarks.t
changeset 18773 56dd55da2f7d
parent 18623 0027a5cec9d0
child 18774 b616c9b8001d
--- a/tests/test-bookmarks.t	Tue Feb 26 21:20:35 2013 +0100
+++ b/tests/test-bookmarks.t	Fri Mar 15 23:39:07 2013 -0500
@@ -239,8 +239,8 @@
 
 bookmark with existing name
 
-  $ hg bookmark Z
-  abort: bookmark 'Z' already exists (use -f to force)
+  $ hg bookmark X2
+  abort: bookmark 'X2' already exists (use -f to force)
   [255]
 
   $ hg bookmark -m Y Z
@@ -279,7 +279,13 @@
 
 force bookmark with existing name
 
-  $ hg bookmark -f Z
+  $ hg bookmark -f X2
+  $ hg bookmark -fr1 X2
+
+forward bookmark to descendant without --force
+
+  $ hg bookmark Z
+  moving bookmark 'Z' forward from 663762316562
 
 list bookmarks