Mercurial > evolve
diff 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 |
line wrap: on
line diff
--- a/README Mon Jun 22 17:46:32 2015 -0700 +++ b/README Wed May 20 16:35:45 2015 -0700 @@ -65,6 +65,8 @@ descendant of the current working copy. The old behavior of `--all` in now in `--all --any`. - next/prev: requires `--merge` to move with uncommited changes +- evolve: add a 'experimental.evolutioncommands' for fine grained commands + enabling 5.1.5 -- 2015-06-23