readme: fix the test run command stable
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Sun, 06 Nov 2016 19:19:28 +0100
branchstable
changeset 1777 e7149cc5101f
parent 1766 c56b6210dd6c
child 1784 c3741a5adbb0
readme: fix the test run command As we use the run-tests.py in Mercurial, we do not need to specify the path to a Mercurial utility.
README
--- a/README	Sun Oct 30 23:28:34 2016 +0100
+++ b/README	Sun Nov 06 19:19:28 2016 +0100
@@ -46,7 +46,7 @@
 say in $HGSRC:
 
     cd tests
-    python $HGSRC/tests/run-tests.py --with-hg=$HGSRC/hg
+    python $HGSRC/tests/run-tests.py
 
 (evolve's stable and default branches correspond to Mercurial's stable
 and default branches. So to test evolve from default, you need