relnotes/6.0
branchstable
changeset 48678 75676122c2bf
parent 48310 229f5ee1a08a
child 48803 60950aef856c
equal deleted inserted replaced
48677:8e5effbf52d0 48678:75676122c2bf
       
     1 = Mercurial 6.0.2 =
       
     2 
       
     3   * Fix `hg incoming` and `hg outgoing` with remote subrepos on Windows
       
     4   * Fix Rust build on MacOS
       
     5   * Fix a (15 year old?) bug where some data loss could happen in a very tight race window (f38ae2d7390e + ccd9cb73125c)
       
     6   * Remove support for running `hg unamend` on merge changesets at it was never actually implemented
       
     7   * Fix stream-clone requirements filtering which caused some stream-clones to be unusable from an older version of Mercurial
       
     8   * Rename dirstate-v2 configuration name from `exp-rc-dirstate-v2` to `use-dirstate-v2`. This was overlooked in `6.0`, the old name will be kept as an alias for compatibility.
       
     9   * Fix a bug where the branchmap could point to uncommitted data 
       
    10 
       
    11 = Mercurial 6.0.1 =
       
    12 
       
    13   * Improve documentation around Rust (see hg help rust) and rust-related actions
       
    14   * Improve upgrade/downgrade edge cases for dirstate-v2
       
    15   * Make the test suite nicer to big-endian platforms
       
    16   * Make the test suite nicer to NetBSD
       
    17   * Fix a performance regression on fsmonitor (issue6612)
       
    18   * Add fixes for Python 3.10
       
    19   * Fix a deadlock when using sparse and share-safe together 
       
    20 
       
    21 = Mercurial 6.0 =
       
    22 
     1 == New Features ==
    23 == New Features ==
     2   * `debugrebuildfncache` now has an option to rebuild only the index files
    24   * `debugrebuildfncache` now has an option to rebuild only the index files
     3   * a new `bookmarks.mode` path option have been introduced to control the
    25   * a new `bookmarks.mode` path option have been introduced to control the
     4     bookmark update strategy during exchange with a peer. See `hg help paths` for
    26     bookmark update strategy during exchange with a peer. See `hg help paths` for
     5     details.
    27     details.