Mercurial > public > mercurial-scm > hg
diff tests/test-rebase-cache.t @ 15615:41885892796e stable
branch: warn on branching
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 08 Dec 2011 14:32:44 -0600 |
parents | 301725c3df9a |
children | 65df60a3f96b |
line wrap: on
line diff
--- a/tests/test-rebase-cache.t Mon Dec 05 17:09:11 2011 -0600 +++ b/tests/test-rebase-cache.t Thu Dec 08 14:32:44 2011 -0600 @@ -17,6 +17,7 @@ $ hg branch branch1 marked working directory as branch branch1 + (branches are permanent and global, did you want a bookmark?) $ hg ci -m 'branch1' $ echo b > b @@ -27,6 +28,7 @@ $ hg branch branch2 marked working directory as branch branch2 + (branches are permanent and global, did you want a bookmark?) $ hg ci -m 'branch2' $ echo c > C @@ -37,6 +39,7 @@ $ hg branch -f branch2 marked working directory as branch branch2 + (branches are permanent and global, did you want a bookmark?) $ echo d > d $ hg ci -Am D adding d @@ -51,6 +54,7 @@ $ hg branch branch3 marked working directory as branch branch3 + (branches are permanent and global, did you want a bookmark?) $ hg ci -m 'branch3' $ echo f > f