diff tests/test-evolve-abort-phasediv.t @ 5637:eed42a183d46 mercurial-5.0

test-compat: merge mercurial-5.1 into mercurial-5.0 # no-check-commit
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 31 Oct 2020 19:33:42 +0800
parents 5cd7d16b8733 b2de5825e5ca
children c2c85576ddfb
line wrap: on
line diff
--- a/tests/test-evolve-abort-phasediv.t	Sat Oct 31 19:10:55 2020 +0800
+++ b/tests/test-evolve-abort-phasediv.t	Sat Oct 31 19:33:42 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