tests/test-evolve-abort-phasediv.t
branchmercurial-5.0
changeset 5280 90fbbc29b93a
parent 4863 5cd7d16b8733
--- 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 <<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