diff tests/test-evolve-obshistory-complex.t @ 4298:a98fa6c0d4f3

split: only accept explicit revision through the `-r` option We are about to introduce new non-optionnal arguments to defines files patterns. To avoid confusion and to be closer to the standard options, only accepts revisions with the `-r` option.
author Boris Feld <boris.feld@octobus.net>
date Wed, 21 Feb 2018 12:39:17 +0100
parents 8974a05a49fa
children a2fdbece7ce1 e2c548cc83b5
line wrap: on
line diff
--- a/tests/test-evolve-obshistory-complex.t	Thu Dec 13 17:26:26 2018 +0100
+++ b/tests/test-evolve-obshistory-complex.t	Wed Feb 21 12:39:17 2018 +0100
@@ -140,7 +140,7 @@
 Then split
 ----------
 
-  $ hg split "desc(fold0)" -d "0 0" << EOF
+  $ hg split --rev "desc(fold0)" -d "0 0" << EOF
   > Y
   > Y
   > N
@@ -174,7 +174,7 @@
   record this change to 'B'? [Ynesfdaq?] Y
   
   no more change to split
-  $ hg split "desc(fold1)" -d "0 0" << EOF
+  $ hg split --rev "desc(fold1)" -d "0 0" << EOF
   > Y
   > Y
   > N
@@ -209,7 +209,7 @@
   
   no more change to split
   1 new orphan changesets
-  $ hg split "desc(fold2)" -d "0 0" << EOF
+  $ hg split --rev "desc(fold2)" -d "0 0" << EOF
   > Y
   > Y
   > N