README
changeset 1785 f22120b12715
parent 1783 9480e13ee59a
parent 1784 c3741a5adbb0
child 1787 e553fc96447d
equal deleted inserted replaced
1783:9480e13ee59a 1785:f22120b12715
    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 
    59 5.6.0 --
    59 5.6.0 --
    60 
    60 
    61  - compatibility with Mercurial 4.1.
    61  - compatibility with Mercurial 4.1.
    62  - improvement of prune error message.
    62  - improvement of prune error message.
    63  - fold: require --from flag for folding revisions to working copy
    63  - fold: require --from flag for folding revisions to working copy
       
    64 
       
    65 5.5.1 --
       
    66 
       
    67  - fix crash when trying to fold an empty revision set (issue5453)
    64 
    68 
    65 5.5.0 -- 2016-10-30
    69 5.5.0 -- 2016-10-30
    66 
    70 
    67  - The {obsolete} template now yield "obsolete" or "".
    71  - The {obsolete} template now yield "obsolete" or "".
    68  - compatibility with Mercurial 4.0
    72  - compatibility with Mercurial 4.0