tests/test-clone-update-order.t
branchstable
changeset 15615 41885892796e
parent 12847 b00eda50ad2b
child 25295 701df761aa94
--- a/tests/test-clone-update-order.t	Mon Dec 05 17:09:11 2011 -0600
+++ b/tests/test-clone-update-order.t	Thu Dec 08 14:32:44 2011 -0600
@@ -6,6 +6,7 @@
   0 files updated, 0 files merged, 1 files removed, 0 files unresolved
   $ hg branch mine
   marked working directory as branch mine
+  (branches are permanent and global, did you want a bookmark?)
   $ echo hello > world
   $ hg commit -Am hello
   adding world
@@ -13,6 +14,7 @@
   0 files updated, 0 files merged, 1 files removed, 0 files unresolved
   $ hg branch other
   marked working directory as branch other
+  (branches are permanent and global, did you want a bookmark?)
   $ echo good > bye
   $ hg commit -Am other
   adding bye