README
changeset 2068 4b7478433b07
parent 2028 d7f31181ef90
child 2074 081d54b3e7f0
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