--- a/tests/test-commit-amend.t Tue May 19 13:08:21 2015 -0700
+++ b/tests/test-commit-amend.t Fri May 22 17:08:59 2015 -0500
@@ -373,7 +373,6 @@
$ hg ci -m 'branch foo'
$ hg branch default -f
marked working directory as branch default
- (branches are permanent and global, did you want a bookmark?)
$ hg ci --amend -m 'back to default'
saved backup bundle to $TESTTMP/.hg/strip-backup/8ac881fbf49d-fd962fef-amend-backup.hg (glob)
$ hg branches
@@ -848,7 +847,6 @@
$ hg up -q default
$ hg branch closewithamend
marked working directory as branch closewithamend
- (branches are permanent and global, did you want a bookmark?)
$ echo foo > foo
$ hg add foo
$ hg ci -m..
@@ -860,7 +858,6 @@
$ hg branch silliness
marked working directory as branch silliness
- (branches are permanent and global, did you want a bookmark?)
$ echo b >> b
$ hg ci --close-branch -m'open and close'
abort: can only close branch heads