README
changeset 1357 3bb7a080da4d
parent 1337 1c8fbaf9306b
child 1388 c96e4ab4e5cc
equal deleted inserted replaced
1356:aff6bc2a6b2d 1357:3bb7a080da4d
    48     python run-tests.py --with-hg=/path/to/hg
    48     python run-tests.py --with-hg=/path/to/hg
    49 
    49 
    50 
    50 
    51 Changelog
    51 Changelog
    52 =========
    52 =========
       
    53 
       
    54 5.2.0 --
       
    55 
       
    56 - evolve: gain a --rev option to control what revisions to evolve (issue4391)
       
    57 - evolve: revision are processed in the order they stack on destination
       
    58 - evolve: properly skip unstable revision with non-evolved unstable parent
       
    59 
    53 
    60 
    54 5.1.5 --
    61 5.1.5 --
    55 
    62 
    56 - minor documentation cleanup
    63 - minor documentation cleanup
    57 - support -i option for `hg amend` if commit supports it (3.4)
    64 - support -i option for `hg amend` if commit supports it (3.4)