Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG75676122c2bf: relnotes: add 6.0.1 and 6.0.2 notes
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- stable
- Lint
No Linters Available - Unit
No Unit Test Coverage
( )
hg-reviewers |
No Linters Available |
No Unit Test Coverage |
Path | Packages | |||
---|---|---|---|---|
M | relnotes/6.0 (22 lines) |
Commit | Parents | Author | Summary | Date |
---|---|---|---|---|
41ccc38abde2 | 8e5effbf52d0 | Raphaël Gomès | Feb 2 2022, 9:03 AM |
= Mercurial 6.0.2 = | |||||
* Fix `hg incoming` and `hg outgoing` with remote subrepos on Windows | |||||
* Fix Rust build on MacOS | |||||
* Fix a (15 year old?) bug where some data loss could happen in a very tight race window (f38ae2d7390e + ccd9cb73125c) | |||||
* Remove support for running `hg unamend` on merge changesets at it was never actually implemented | |||||
* Fix stream-clone requirements filtering which caused some stream-clones to be unusable from an older version of Mercurial | |||||
* 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. | |||||
* Fix a bug where the branchmap could point to uncommitted data | |||||
= Mercurial 6.0.1 = | |||||
* Improve documentation around Rust (see hg help rust) and rust-related actions | |||||
* Improve upgrade/downgrade edge cases for dirstate-v2 | |||||
* Make the test suite nicer to big-endian platforms | |||||
* Make the test suite nicer to NetBSD | |||||
* Fix a performance regression on fsmonitor (issue6612) | |||||
* Add fixes for Python 3.10 | |||||
* Fix a deadlock when using sparse and share-safe together | |||||
= Mercurial 6.0 = | |||||
== New Features == | == New Features == | ||||
* `debugrebuildfncache` now has an option to rebuild only the index files | * `debugrebuildfncache` now has an option to rebuild only the index files | ||||
* a new `bookmarks.mode` path option have been introduced to control the | * a new `bookmarks.mode` path option have been introduced to control the | ||||
bookmark update strategy during exchange with a peer. See `hg help paths` for | bookmark update strategy during exchange with a peer. See `hg help paths` for | ||||
details. | details. | ||||
* a new `bookmarks.mirror` option has been introduced. See `hg help bookmarks` | * a new `bookmarks.mirror` option has been introduced. See `hg help bookmarks` | ||||
for details. | for details. | ||||
* more commands support detailed exit codes when config `ui.detailed-exit-codes` is enabled | * more commands support detailed exit codes when config `ui.detailed-exit-codes` is enabled | ||||
Miscellaneous: | Miscellaneous: | ||||
* `wireprotov1peer`'s `batchable` is now a simple function and not a generator | * `wireprotov1peer`'s `batchable` is now a simple function and not a generator | ||||
anymore | anymore | ||||
* The Rust extensions (and by extension the experimental `rhg status`) only use a tree-based dirstate in-memory, even when using dirstate-v1. See bf8837e3d7cec40fe649c47163a3154dda03fa16 for more details | * The Rust extensions (and by extension the experimental `rhg status`) only use a tree-based dirstate in-memory, even when using dirstate-v1. See bf8837e3d7cec40fe649c47163a3154dda03fa16 for more details | ||||
* The Rust minimum supported version is now 1.48.0 in accordance with out policy of keeping up with Debian stable | * The Rust minimum supported version is now 1.48.0 in accordance with out policy of keeping up with Debian stable | ||||
* The test harness plays nicer with the NixOS sandbox | * The test harness plays nicer with the NixOS sandbox | ||||
No newline at end of file | No newline at end of file |