summaryrefslogtreecommitdiff
path: root/tests/test-branch-option.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-branch-option.t')
-rw-r--r--tests/test-branch-option.t6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/test-branch-option.t b/tests/test-branch-option.t
index fa81c33..7d4b2c8 100644
--- a/tests/test-branch-option.t
+++ b/tests/test-branch-option.t
@@ -4,7 +4,6 @@ test branch selection options
$ cd branch
$ hg branch a
marked working directory as branch a
- (branches are permanent and global, did you want a bookmark?)
$ echo a > foo
$ hg ci -d '0 0' -Ama
adding foo
@@ -14,7 +13,6 @@ test branch selection options
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ hg branch c
marked working directory as branch c
- (branches are permanent and global, did you want a bookmark?)
$ echo c > foo
$ hg ci -d '0 0' -mc
$ hg tag -l z
@@ -31,21 +29,18 @@ test branch selection options
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ hg branch b
marked working directory as branch b
- (branches are permanent and global, did you want a bookmark?)
$ echo b > foo
$ hg ci -d '0 0' -mb
$ hg up 0
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ hg --encoding utf-8 branch æ
marked working directory as branch \xc3\xa6 (esc)
- (branches are permanent and global, did you want a bookmark?)
$ echo ae1 > foo
$ hg ci -d '0 0' -mae1
$ hg up 0
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ hg --encoding utf-8 branch -f æ
marked working directory as branch \xc3\xa6 (esc)
- (branches are permanent and global, did you want a bookmark?)
$ echo ae2 > foo
$ hg ci -d '0 0' -mae2
created new head
@@ -53,7 +48,6 @@ test branch selection options
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ hg branch -f b
marked working directory as branch b
- (branches are permanent and global, did you want a bookmark?)
$ echo b2 > foo
$ hg ci -d '0 0' -mb2
created new head