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