equal
deleted
inserted
replaced
44 Please don't forget to update and run the tests when you fix a bug or |
44 Please don't forget to update and run the tests when you fix a bug or |
45 add a feature. To run the tests, you need a working copy of Mercurial, |
45 add a feature. To run the tests, you need a working copy of Mercurial, |
46 say in $HGSRC: |
46 say in $HGSRC: |
47 |
47 |
48 cd tests |
48 cd tests |
49 python $HGSRC/tests/run-tests.py --with-hg=$HGSRC/hg |
49 python $HGSRC/tests/run-tests.py |
50 |
50 |
51 (evolve's stable and default branches correspond to Mercurial's stable |
51 (evolve's stable and default branches correspond to Mercurial's stable |
52 and default branches. So to test evolve from default, you need |
52 and default branches. So to test evolve from default, you need |
53 Mercurial on default.) |
53 Mercurial on default.) |
54 |
54 |