README
changeset 1441 a4abe588d77f
parent 1427 fcc467ca740e
child 1444 9a78233c62a4
equal deleted inserted replaced
1440:afe46c3b15db 1441:a4abe588d77f
    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
    67 - next/prev: requires `--merge` to move with uncommited changes
       
    68 - evolve: add a 'experimental.evolutioncommands' for fine grained commands
       
    69           enabling
    68 
    70 
    69 5.1.5 -- 2015-06-23
    71 5.1.5 -- 2015-06-23
    70 
    72 
    71 - minor documentation cleanup
    73 - minor documentation cleanup
    72 - support -i option for `hg amend` if commit supports it (3.4)
    74 - support -i option for `hg amend` if commit supports it (3.4)