equal
deleted
inserted
replaced
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, |