# HG changeset patch # User Pierre-Yves David # Date 1478456368 -3600 # Node ID e7149cc5101f9b85fb03eb1d1a00e207f44e6504 # Parent c56b6210dd6cb41466db8cafb52b637bc204d7c0 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. diff --git a/README b/README --- a/README +++ b/README @@ -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