tests/test-bookmarks-strip.t
branchstable
changeset 13307 7f2b8aac7bdc
parent 12640 6cc4b14fb76b
child 13356 d96db730fcb2
--- a/tests/test-bookmarks-strip.t	Thu Jan 27 02:55:11 2011 +0100
+++ b/tests/test-bookmarks-strip.t	Thu Jan 27 02:58:48 2011 +0100
@@ -6,6 +6,12 @@
 
   $ echo qqq>qqq.txt
 
+rollback dry run without rollback information
+
+  $ hg rollback
+  no rollback information available
+  [1]
+
 add file
 
   $ hg add
@@ -83,5 +89,12 @@
   $ hg bookmarks markb
   $ hg bookmarks
    * markb                     0:07f494440405
+
+rollback dry run with rollback information
+
+  $ hg rollback -n
+  $ hg bookmarks
+   * markb                     0:07f494440405
+
   $ cd ..