summaryrefslogtreecommitdiff
path: root/tests/test-bheads.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-bheads.t')
-rw-r--r--tests/test-bheads.t8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/test-bheads.t b/tests/test-bheads.t
index 2093813..f4cc3c5 100644
--- a/tests/test-bheads.t
+++ b/tests/test-bheads.t
@@ -20,7 +20,6 @@
$ hg add a
$ hg branch a
marked working directory as branch a
- (branches are permanent and global, did you want a bookmark?)
$ hg commit -m "Adding a branch"
$ heads
1: Adding a branch (a)
@@ -37,7 +36,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 +117,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)
@@ -290,7 +287,6 @@ Init: no msg
$ hg branch b
marked working directory as branch b
- (branches are permanent and global, did you want a bookmark?)
$ echo 1 > b
$ hg ci -Am "b2: Initial root for branch b"
adding b
@@ -302,7 +298,6 @@ Case NN: msg
$ 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 +312,6 @@ Case BN: msg
$ 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 +331,6 @@ Case BB: msg
$ 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
@@ -372,4 +365,3 @@ Case HH: no msg
$ hg merge -q 3
$ hg ci -m "b12 (HH): merging two heads"
- $ cd ..