diff -r 40795751be1c -r 5cd7d16b8733 tests/test-evolve-abort-orphan.t --- a/tests/test-evolve-abort-orphan.t Sat Sep 28 12:51:03 2019 +0200 +++ b/tests/test-evolve-abort-orphan.t Fri Sep 27 13:03:12 2019 +0200 @@ -10,7 +10,6 @@ Setup ===== -#testcases abortcommand abortflag $ cat >> $HGRCPATH < [phases] > publish = False @@ -20,12 +19,10 @@ > EOF $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext3rd/evolve/" >> $HGRCPATH -#if abortflag $ cat >> $HGRCPATH < [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