comparison README @ 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 1b2efccfa4f3
children 48c3a472aec7
comparison
equal deleted inserted replaced
1673:8e879d59b20e 1675:53a2a9aa3d89
57 ========= 57 =========
58 58
59 5.4.0 -- 59 5.4.0 --
60 60
61 - Some collaboration with the topic experimental extensions, 61 - Some collaboration with the topic experimental extensions,
62 - hg evolve --all with consider all trouble in your current topic, 62 - hg evolve --all with consider all troubles in your current topic,
63 - preserve 'topic' during evolve, 63 - preserve 'topic' during evolve,
64 - 'next' and 'prev' restrict themself to the current topic by default, 64 - 'next' and 'prev' restrict themself to the current topic by default,
65 - remove the dangerous 'kill' alias for 'prune' (because 'hg kill -1' without 65 - remove the dangerous 'kill' alias for 'prune' (because 'hg kill -1' without
66 the leading 'hg' will give you an hardtime) 66 the leading 'hg' will give you an hardtime)
67 - during 'hg evolve' skip unsupported merge instead of aborting
68 - various documentation fix and update
69 - hg summary now suggest 'hg evolve --continue when appropriate`
70 - compatibility with Mercurial 3.8 'hgext' namespace package.
67 71
68 5.3.0 -- 2016-02-11 72 5.3.0 -- 2016-02-11
69 73
70 - split: add a new command to split changesets, 74 - split: add a new command to split changesets,
71 - tests: drop our copy of 'run-tests.py' use core one instead, 75 - tests: drop our copy of 'run-tests.py' use core one instead,