Mercurial > public > mercurial-scm > hg
diff tests/test-clone-update-order.t @ 15615:41885892796e stable
branch: warn on branching
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 08 Dec 2011 14:32:44 -0600 |
parents | b00eda50ad2b |
children | 701df761aa94 |
line wrap: on
line diff
--- 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