comparison README @ 1441:a4abe588d77f

evolve: mechanism to load some commands selectively This patch introduces a new config option: experimental.evolutioncommands to load evolve's command selectively. It is part of a sequence of patches to make evolve's command respect the value of experimental.evolution. Once these commands are ready and actually respect the flag, they are safe to use and can be enabled with the mechanism developed in this patch.
author Laurent Charignon <lcharignon@fb.com>
date Wed, 20 May 2015 16:35:45 -0700
parents fcc467ca740e
children 9a78233c62a4
comparison
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)