tests/test-convert-datesort.t
branchstable
changeset 15615 41885892796e
parent 12528 f6b206417ba4
child 18819 05acdf8e1f23
--- a/tests/test-convert-datesort.t	Mon Dec 05 17:09:11 2011 -0600
+++ b/tests/test-convert-datesort.t	Thu Dec 08 14:32:44 2011 -0600
@@ -11,6 +11,7 @@
   adding a
   $ hg branch brancha
   marked working directory as branch brancha
+  (branches are permanent and global, did you want a bookmark?)
   $ echo a >> a
   $ hg ci -m a1 -d '2 0'
   $ echo a >> a
@@ -21,6 +22,7 @@
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   $ hg branch branchb
   marked working directory as branch branchb
+  (branches are permanent and global, did you want a bookmark?)
   $ echo b >> b
   $ hg ci -Am b0 -d '6 0'
   adding b