tests/test-narrow-rebase.t
changeset 42613 35ebdbb38efb
parent 40337 cb516a854bc7
child 45150 dc5e5577af39
--- a/tests/test-narrow-rebase.t	Mon Jul 15 22:23:31 2019 +0530
+++ b/tests/test-narrow-rebase.t	Tue Jul 16 01:59:28 2019 +0530
@@ -1,3 +1,10 @@
+#testcases continuecommand continueflag
+#if continueflag
+  $ cat >> $HGRCPATH <<EOF
+  > [alias]
+  > continue = rebase --continue
+  > EOF
+#endif
 
   $ . "$TESTDIR/narrow-library.sh"
 
@@ -69,7 +76,7 @@
   $ echo modified3 > inside/f1
   $ hg resolve -m 2>&1 | grep -v continue:
   (no more unresolved files)
-  $ hg rebase --continue
+  $ hg continue
   rebasing 6:cdce97fbf653 "conflicting inside/f1" (tip)
   saved backup bundle to $TESTTMP/narrow/.hg/strip-backup/*-rebase.hg (glob)