tests/test-evolve-abort-phasediv.t
branchmercurial-5.0
changeset 4863 5cd7d16b8733
parent 4798 2e14a9386316
--- a/tests/test-evolve-abort-phasediv.t	Sat Sep 28 12:51:03 2019 +0200
+++ b/tests/test-evolve-abort-phasediv.t	Fri Sep 27 13:03:12 2019 +0200
@@ -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