diff tests/test-rollback.t @ 15615:41885892796e stable

branch: warn on branching
author Matt Mackall <mpm@selenic.com>
date Thu, 08 Dec 2011 14:32:44 -0600
parents 0292f88d3b86
children fc8c7a5ccc4a
line wrap: on
line diff
--- 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)