README
branchstable
changeset 1450 5f6e78aea094
parent 1449 9be1cadf7a07
child 1454 c79bdc856350
equal deleted inserted replaced
1438:3295353b1363 1450:5f6e78aea094
    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 - evolve: gain --unstable --divergent --bumped flag to select the trouble
       
    60 - evolve: issue more useful error message and hint when evolve has nothing to
       
    61           do as invocated.
       
    62 - evolve: bare `hg evolve` commands now abort when multiple changesets could be
       
    63           a target.
       
    64 - evolve: `hg evolve --all` only evolve changeset that will end up as
       
    65           descendant of the current working copy. The old behavior of `--all`
       
    66           in now in `--all --any`.
       
    67 - evolve: add a 'experimental.evolutioncommands' for fine grained commands
       
    68           enabling
       
    69 - next/prev: requires `--merge` to move with uncommited changes
       
    70 - next: significantly reword error messages
       
    71 - next: add a --evolve flag to evolve aspiring children when on a head
    53 
    72 
    54 5.1.5 -- 2015-06-23
    73 5.1.5 -- 2015-06-23
    55 
    74 
    56 - minor documentation cleanup
    75 - minor documentation cleanup
    57 - support -i option for `hg amend` if commit supports it (3.4)
    76 - support -i option for `hg amend` if commit supports it (3.4)
    60 - fix simple4server bug tracker URL
    79 - fix simple4server bug tracker URL
    61 - compatibility with bookmark API change in future Mercurial 3.5
    80 - compatibility with bookmark API change in future Mercurial 3.5
    62 - prune no longer move the active bookmark for no reason (issue4559)
    81 - prune no longer move the active bookmark for no reason (issue4559)
    63 - evolve: stop reporting divergence base as missing when we actually have it
    82 - evolve: stop reporting divergence base as missing when we actually have it
    64 - significant performance improvement for all revsets.
    83 - significant performance improvement for all revsets.
       
    84 - provide a hint of how to update to the successor of an obsolete working copy
       
    85   parent.
    65 
    86 
    66 5.1.4 -- 2015-04-23
    87 5.1.4 -- 2015-04-23
    67 
    88 
    68 - significant documentation update
    89 - significant documentation update
    69 - fix issue4616: pulling with bundle2 would crash if common marker when
    90 - fix issue4616: pulling with bundle2 would crash if common marker when