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

branch: warn on branching
author Matt Mackall <mpm@selenic.com>
date Thu, 08 Dec 2011 14:32:44 -0600
parents e174353e8cda
children fc8c7a5ccc4a 82f5e471792d
line wrap: on
line diff
--- a/tests/test-subrepo.t	Mon Dec 05 17:09:11 2011 -0600
+++ b/tests/test-subrepo.t	Thu Dec 08 14:32:44 2011 -0600
@@ -407,6 +407,7 @@
   adding a
   $ hg branch br
   marked working directory as branch br
+  (branches are permanent and global, did you want a bookmark?)
   $ echo a >> a
   $ hg ci -m1
   $ hg up default
@@ -457,6 +458,7 @@
   committing subrepository s
   $ hg branch br
   marked working directory as branch br
+  (branches are permanent and global, did you want a bookmark?)
   $ echo b > b
   $ hg -R s up 3
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved