--- a/tests/test-bheads.t Tue May 19 13:08:21 2015 -0700
+++ b/tests/test-bheads.t Fri May 22 17:08:59 2015 -0500
@@ -37,7 +37,6 @@
$ hg add b
$ hg branch b
marked working directory as branch b
- (branches are permanent and global, did you want a bookmark?)
$ hg commit -m "Adding b branch"
$ heads
2: Adding b branch (b)
@@ -119,7 +118,6 @@
$ hg add c
$ hg branch c
marked working directory as branch c
- (branches are permanent and global, did you want a bookmark?)
$ hg commit -m "Adding c branch"
$ heads
7: Adding c branch (c)
@@ -302,7 +300,6 @@
$ hg up -q null
$ hg branch -f b
marked working directory as branch b
- (branches are permanent and global, did you want a bookmark?)
$ echo 1 > bb
$ hg ci -Am "b4 (NN): new topo root for branch b"
adding bb
@@ -317,7 +314,6 @@
$ hg branch -f default
marked working directory as branch default
- (branches are permanent and global, did you want a bookmark?)
$ echo 1 > aa
$ hg ci -Am "a6 (BN): new branch root"
adding aa
@@ -337,7 +333,6 @@
$ hg merge -q 3
$ hg branch -f default
marked working directory as branch default
- (branches are permanent and global, did you want a bookmark?)
$ hg ci -m "a8 (BB): weird new branch root"
created new head