--- a/tests/test-evolve-abort-orphan.t Fri Feb 28 23:10:48 2020 +0700
+++ b/tests/test-evolve-abort-orphan.t Fri Feb 28 23:18:48 2020 +0700
@@ -10,7 +10,6 @@
Setup
=====
-#testcases abortcommand abortflag
$ cat >> $HGRCPATH <<EOF
> [phases]
> publish = False
@@ -20,12 +19,10 @@
> EOF
$ echo "evolve=$(echo $(dirname $TESTDIR))/hgext3rd/evolve/" >> $HGRCPATH
-#if abortflag
$ cat >> $HGRCPATH <<EOF
> [alias]
> abort = evolve --abort
> EOF
-#endif
$ hg init abortrepo
$ cd abortrepo
@@ -49,15 +46,9 @@
Testing --abort when no evolve is interrupted
=============================================
-#if abortflag
$ hg evolve --abort
abort: no interrupted evolve to abort
[255]
-#else
- $ hg abort
- abort: no operation in progress
- [255]
-#endif
Testing with wrong combination of flags
=======================================
@@ -117,11 +108,6 @@
instability: orphan
summary: added d
-#if abortcommand
-when in dry-run mode
- $ hg abort --dry-run
- evolve in progress, will be aborted
-#endif
$ hg abort
evolve aborted