tests/test-rollback.t
branchstable
changeset 15615 41885892796e
parent 15187 0292f88d3b86
child 15623 fc8c7a5ccc4a
--- a/tests/test-rollback.t	Mon Dec 05 17:09:11 2011 -0600
+++ b/tests/test-rollback.t	Thu Dec 08 14:32:44 2011 -0600
@@ -41,6 +41,7 @@
 Test issue 902 (current branch is preserved)
   $ hg branch test
   marked working directory as branch test
+  (branches are permanent and global, did you want a bookmark?)
   $ hg rollback
   repository tip rolled back to revision 0 (undo commit)
   working directory now based on revision 0
@@ -56,6 +57,7 @@
   $ hg commit -m "test3"
   $ hg branch test
   marked working directory as branch test
+  (branches are permanent and global, did you want a bookmark?)
   $ rm .hg/undo.branch
   $ hg rollback
   repository tip rolled back to revision 0 (undo commit)