# HG changeset patch # User Pierre-Yves David # Date 1489084945 28800 # Node ID 4b7478433b076136c7939519c3db74897ef93465 # Parent 74869d26f0e05cf0697beb5515a067dc8206847c readme: make it valid rst That will eventually please pypi diff -r 74869d26f0e0 -r 4b7478433b07 README --- 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