Mercurial > evolve
changeset 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 | 74869d26f0e0 |
children | 7d15775d8585 |
files | README |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/README Thu Mar 09 08:33:00 2017 -0800 +++ b/README Thu Mar 09 10:42:25 2017 -0800 @@ -119,7 +119,7 @@ - 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) + 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` @@ -277,10 +277,12 @@ - added multiple output during obsolescence markers exchange - only push markers relevant to pushed subset - add a new experimental way to exchange marker (when server support): + - added progress when pulling obsmarkers - only pull markers relevant to pulled subset - avoid exchanging common markers in some case - use bundle2 as transport when available. + - add a hook related to the new commands 3.3.2 -- 2014-05-14