# HG changeset patch # User Matt Mackall # Date 1323376364 21600 # Node ID 53da6702a77f2e7125d4f667b8c1373078d20718 # Parent 8cbcb86e4fa86043962031fc0b9fe124a80b86d5 branch: warn on branching [ orginal upstream message ] diff -r 8cbcb86e4fa8 -r 53da6702a77f tests/test-keyword.t --- a/tests/test-keyword.t Mon Nov 21 01:49:20 2011 +0100 +++ b/tests/test-keyword.t Thu Dec 08 14:32:44 2011 -0600 @@ -1005,6 +1005,7 @@ 1 files updated, 0 files merged, 0 files removed, 0 files unresolved $ hg branch foo marked working directory as branch foo + (branches are permanent and global, did you want a bookmark?) $ mv a a.bak $ echo foobranch > a $ cat a.bak >> a