Mercurial > evolve
changeset 1675:53a2a9aa3d89
readme: add various missing parts
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Wed, 20 Apr 2016 17:08:59 -0700 |
parents | 8e879d59b20e |
children | 48c3a472aec7 |
files | README |
diffstat | 1 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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