tests/test-split.t
changeset 4298 a98fa6c0d4f3
parent 4294 8974a05a49fa
child 4299 4af0235e7b0b
--- a/tests/test-split.t	Thu Dec 13 17:26:26 2018 +0100
+++ b/tests/test-split.t	Wed Feb 21 12:39:17 2018 +0100
@@ -366,7 +366,7 @@
   [255]
 
 Running split with tip revision, specified as unnamed argument
-  $ hg split . << EOF
+  $ hg split --rev . << EOF
   > q
   > EOF
   0 files updated, 0 files merged, 1 files removed, 0 files unresolved
@@ -379,11 +379,10 @@
   [255]
 
 Running split with both unnamed and named revision arguments shows an error msg
-  $ hg split . --rev .^ << EOF
+  $ hg split  --rev . --rev .^ << EOF
   > q
   > EOF
   abort: more than one revset is given
-  (use either `hg split <rs>` or `hg split --rev <rs>`, not both)
   [255]
 
 Split empty commit (issue5191)