diff -r 8f18c7b3af14 -r c868a69c29c5 README --- a/README Tue Jun 23 00:02:23 2015 -0700 +++ b/README Mon Jun 22 21:01:30 2015 -0700 @@ -61,6 +61,9 @@ do as invocated. - evolve: bare `hg evolve` commands now abort when multiple changesets could be a target. +- evolve: `hg evolve --all` only evolve changeset that will end up as + descendant of the current working copy. The old behavior of `--all` + in now in `--all --any`. 5.1.5 --