summaryrefslogtreecommitdiff
path: root/tests/test-branches.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-branches.t')
-rw-r--r--tests/test-branches.t12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/test-branches.t b/tests/test-branches.t
index 29d9c13..730edee 100644
--- a/tests/test-branches.t
+++ b/tests/test-branches.t
@@ -8,12 +8,10 @@
$ hg add a
$ hg branch a
marked working directory as branch a
- (branches are permanent and global, did you want a bookmark?)
$ hg commit -d '1 0' -m "Adding a branch"
$ hg branch q
marked working directory as branch q
- (branches are permanent and global, did you want a bookmark?)
$ echo 'aa' >a
$ hg branch -C
reset working directory to branch a
@@ -25,7 +23,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 -d '2 0' -m "Adding b branch"
$ echo 'bh1' >bh1
@@ -42,7 +39,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 -d '5 0' -m "Adding c branch"
$ hg branch tip
@@ -59,7 +55,6 @@
$ hg add d
$ hg branch 'a branch name much longer than the default justification used by branches'
marked working directory as branch a branch name much longer than the default justification used by branches
- (branches are permanent and global, did you want a bookmark?)
$ hg commit -d '6 0' -m "Adding d branch"
$ hg branches
@@ -241,11 +236,6 @@
default 0:19709c5a4e75 (inactive)
$ hg branches -a
a branch name much longer than the default justification used by branches 7:10ff5895aa57
- $ hg branches -q
- a branch name much longer than the default justification used by branches
- c
- a
- default
$ hg heads b
no open branch heads found on branches b
[1]
@@ -408,5 +398,3 @@ custom closed branch color:
\x1b[0;34mc\x1b[0m \x1b[0;36m 14:f894c25619d3\x1b[0m (closed) (esc)
\x1b[0;35ma\x1b[0m \x1b[0;36m 5:d8cbc61dbaa6\x1b[0m (inactive) (esc)
\x1b[0;35mdefault\x1b[0m \x1b[0;36m 0:19709c5a4e75\x1b[0m (inactive) (esc)
-
- $ cd ..