# HG changeset patch # User Pierre-Yves David # Date 1461197339 25200 # Node ID 53a2a9aa3d89b6192d7bc4ead80f8af66506a14f # Parent 8e879d59b20e60e8af013a776f5e3dcc20588fcf readme: add various missing parts diff -r 8e879d59b20e -r 53a2a9aa3d89 README --- a/README Tue Apr 19 14:29:40 2016 -0700 +++ b/README Wed Apr 20 17:08:59 2016 -0700 @@ -59,11 +59,15 @@ 5.4.0 -- - Some collaboration with the topic experimental extensions, - - hg evolve --all with consider all trouble in your current topic, + - hg evolve --all with consider all troubles in your current topic, - preserve 'topic' during evolve, - 'next' and 'prev' restrict themself to the current topic by default, - - remove the dangerous 'kill' alias for 'prune' (because 'hg kill -1' without - the leading 'hg' will give you an hardtime) +- remove the dangerous 'kill' alias for 'prune' (because 'hg kill -1' without +the leading 'hg' will give you an hardtime) +- during 'hg evolve' skip unsupported merge instead of aborting +- various documentation fix and update +- hg summary now suggest 'hg evolve --continue when appropriate` +- compatibility with Mercurial 3.8 'hgext' namespace package. 5.3.0 -- 2016-02-11