README
branchstable
changeset 1777 e7149cc5101f
parent 1765 727c7211c810
child 1784 c3741a5adbb0
equal deleted inserted replaced
1766:c56b6210dd6c 1777:e7149cc5101f
    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