tests/test-rebase-collapse.t
branchstable
changeset 15615 41885892796e
parent 15267 3bfdfefea2fc
child 15742 65df60a3f96b
--- a/tests/test-rebase-collapse.t	Mon Dec 05 17:09:11 2011 -0600
+++ b/tests/test-rebase-collapse.t	Thu Dec 08 14:32:44 2011 -0600
@@ -452,12 +452,14 @@
 
   $ hg branch '1'
   marked working directory as branch 1
+  (branches are permanent and global, did you want a bookmark?)
   $ echo 'b' > b
   $ hg ci -Am 'B'
   adding b
 
   $ hg branch '2'
   marked working directory as branch 2
+  (branches are permanent and global, did you want a bookmark?)
   $ echo 'c' > c
   $ hg ci -Am 'C'
   adding c