diff -r 35e769c9604f -r 90fbbc29b93a tests/test-evolve-abort-phasediv.t --- a/tests/test-evolve-abort-phasediv.t Wed Apr 08 01:16:53 2020 +0800 +++ b/tests/test-evolve-abort-phasediv.t Wed Apr 08 01:16:54 2020 +0800 @@ -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