CHANGELOG
changeset 4520 36632d514af2
parent 4517 33c617626fd9
child 4527 65fd9f2982b4
equal deleted inserted replaced
4515:bea4c5c3b50c 4520:36632d514af2
     1 Changelog
     1 Changelog
     2 =========
     2 =========
     3 
     3 
     4 8.5.0 - in progress
     4 8.5.0 -- 2019-04-23
     5 -------------------
     5 -------------------
     6 
     6 
     7   * evolve: improved support for content-divergence with public changesets,
     7   * evolve: fix an recoverable state (issue6053),
     8   * stack: support ranges in revsets indexing,
     8   * evolve: share evolve related cache between `shares`,
     9   * pick: add the standard `--tool` option,
     9   * evolve: make sure the extensions are only active on repository that
    10   * stack: improved and speed --children flag up,
    10             enables it (issue6057).
    11   * stack: mention all divergences too.
       
    12   * evolve: share evolve related cache between `shares`
       
    13   * evolve: improved compatibility with narrow repositories,
    11   * evolve: improved compatibility with narrow repositories,
    14   * evolve: preserve --[no-]update value over --continue,
    12   * evolve: preserve --[no-]update value over --continue,
    15   * uncommit: abort if an explicitly given file cannot be uncommitted
    13   * evolve: make sure divergence resolution keep the initial author (issue6113),
    16 
    14   * evolve: improved support for content-divergence with public changesets,
    17 8.4.1 - in progress
    15   * pick: align working dir branch with the one from the pick result (issue6089),
    18 -------------------
    16   * pick: add the standard `--tool` option,
    19 
    17   * prune: fix error message when pruning public changesets,
    20   * split: preserve phases (issue6048)
    18   * split: preserve phases (issue6048),
    21   * evolve: fix an recoverable state (issue6053)
    19   * touch: fix error message when touching public changesets,
    22   * prune: fix error message when pruning public changesets
    20   * uncommit: abort if an explicitly given file cannot be uncommitted.
    23   * touch: fix error message when touching public changesets
    21 
    24   * evolve: make sure the extensions are only active on repository that
    22 topic 0.14.0
    25             enables it. Double check your server configuration (issue6057)
    23 
    26   * evolve: make sure divergence resolution don't replace the initial author
    24   * stack: support ranges in revsets indexing,
    27             (issue6113)
    25   * stack: mention divergences unstability,
    28   * pick: align working dir branch with the one from the pick result (issue6089)
    26   * stack: improved and speed --children flag up.
    29 
    27 
    30 8.4.0 -- 2019-12-22
    28 8.4.0 -- 2019-01-22
    31 -------------------
    29 -------------------
    32 
    30 
    33   * compat: add compatibility with Mercurial 4.9
    31   * compat: add compatibility with Mercurial 4.9
    34   * compat: drop compatibility with Mercurial 4.3
    32   * compat: drop compatibility with Mercurial 4.3
    35   * evolve: avoid potential crash when stabilizing orphan merges
    33   * evolve: avoid potential crash when stabilizing orphan merges