tests/test-merge5.t
changeset 28065 6b1fc09c699a
parent 28029 72072cfc7e91
child 45840 527ce85c2e60
--- a/tests/test-merge5.t	Wed Feb 03 15:21:11 2016 +0000
+++ b/tests/test-merge5.t	Tue Feb 02 15:24:11 2016 +0000
@@ -13,18 +13,13 @@
   created new head
   $ hg update 1
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
-  $ hg update
-  abort: not a linear update
-  (merge or update --check to force update)
-  [255]
   $ rm b
-  $ hg update -c
+  $ hg update -c 2
   abort: uncommitted changes
   [255]
   $ hg revert b
-  $ hg update -c
+  $ hg update -c 2
   0 files updated, 0 files merged, 1 files removed, 0 files unresolved
-  1 other heads for branch "default"
   $ mv a c
 
 Should abort: