README
changeset 1447 09206bdc2db4
parent 1444 9a78233c62a4
child 1449 9be1cadf7a07
equal deleted inserted replaced
1446:a73d1ee48003 1447:09206bdc2db4
    62 - evolve: bare `hg evolve` commands now abort when multiple changesets could be
    62 - evolve: bare `hg evolve` commands now abort when multiple changesets could be
    63           a target.
    63           a target.
    64 - evolve: `hg evolve --all` only evolve changeset that will end up as
    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`
    65           descendant of the current working copy. The old behavior of `--all`
    66           in now in `--all --any`.
    66           in now in `--all --any`.
    67 - next/prev: requires `--merge` to move with uncommited changes
       
    68 - evolve: add a 'experimental.evolutioncommands' for fine grained commands
    67 - evolve: add a 'experimental.evolutioncommands' for fine grained commands
    69           enabling
    68           enabling
       
    69 - next/prev: requires `--merge` to move with uncommited changes
       
    70 - next: significantly reword error messages
    70 
    71 
    71 5.1.5 -- 2015-06-23
    72 5.1.5 -- 2015-06-23
    72 
    73 
    73 - minor documentation cleanup
    74 - minor documentation cleanup
    74 - support -i option for `hg amend` if commit supports it (3.4)
    75 - support -i option for `hg amend` if commit supports it (3.4)