Mercurial > evolve
comparison README @ 2068:4b7478433b07
readme: make it valid rst
That will eventually please pypi
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Thu, 09 Mar 2017 10:42:25 -0800 |
parents | d7f31181ef90 |
children | 081d54b3e7f0 |
comparison
equal
deleted
inserted
replaced
2067:74869d26f0e0 | 2068:4b7478433b07 |
---|---|
117 - Some collaboration with the topic experimental extensions, | 117 - Some collaboration with the topic experimental extensions, |
118 - hg evolve --all with consider all troubles in your current topic, | 118 - hg evolve --all with consider all troubles in your current topic, |
119 - preserve 'topic' during evolve, | 119 - preserve 'topic' during evolve, |
120 - 'next' and 'prev' restrict themself to the current topic by default, | 120 - 'next' and 'prev' restrict themself to the current topic by default, |
121 - remove the dangerous 'kill' alias for 'prune' (because 'hg kill -1' without | 121 - remove the dangerous 'kill' alias for 'prune' (because 'hg kill -1' without |
122 the leading 'hg' will give you an hardtime) | 122 the leading 'hg' will give you an hardtime) |
123 - during 'hg evolve' skip unsupported merge instead of aborting | 123 - during 'hg evolve' skip unsupported merge instead of aborting |
124 - various documentation fix and update | 124 - various documentation fix and update |
125 - hg summary now suggest 'hg evolve --continue when appropriate` | 125 - hg summary now suggest 'hg evolve --continue when appropriate` |
126 - compatibility with Mercurial 3.8 'hgext' namespace package. | 126 - compatibility with Mercurial 3.8 'hgext' namespace package. |
127 - small improvement to the `hg split` instruction | 127 - small improvement to the `hg split` instruction |
275 - improvement to obsolescence marker exchange: | 275 - improvement to obsolescence marker exchange: |
276 - added progress when pushing obsmarkers | 276 - added progress when pushing obsmarkers |
277 - added multiple output during obsolescence markers exchange | 277 - added multiple output during obsolescence markers exchange |
278 - only push markers relevant to pushed subset | 278 - only push markers relevant to pushed subset |
279 - add a new experimental way to exchange marker (when server support): | 279 - add a new experimental way to exchange marker (when server support): |
280 | |
280 - added progress when pulling obsmarkers | 281 - added progress when pulling obsmarkers |
281 - only pull markers relevant to pulled subset | 282 - only pull markers relevant to pulled subset |
282 - avoid exchanging common markers in some case | 283 - avoid exchanging common markers in some case |
283 - use bundle2 as transport when available. | 284 - use bundle2 as transport when available. |
285 | |
284 - add a hook related to the new commands | 286 - add a hook related to the new commands |
285 | 287 |
286 3.3.2 -- 2014-05-14 | 288 3.3.2 -- 2014-05-14 |
287 | 289 |
288 - fix a bug where evolve were creating changeset with 2 parents on windows | 290 - fix a bug where evolve were creating changeset with 2 parents on windows |