summaryrefslogtreecommitdiff
path: root/tests/test-clone-update-order.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-clone-update-order.t')
-rw-r--r--tests/test-clone-update-order.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-clone-update-order.t b/tests/test-clone-update-order.t
index 8a4f89d..222d03e 100644
--- a/tests/test-clone-update-order.t
+++ b/tests/test-clone-update-order.t
@@ -6,7 +6,6 @@
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
$ hg branch mine
marked working directory as branch mine
- (branches are permanent and global, did you want a bookmark?)
$ echo hello > world
$ hg commit -Am hello
adding world
@@ -14,7 +13,6 @@
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
$ hg branch other
marked working directory as branch other
- (branches are permanent and global, did you want a bookmark?)
$ echo good > bye
$ hg commit -Am other
adding bye