relnotes/6.0
changeset 48310 229f5ee1a08a
parent 48301 9327ece2bc6f
child 48678 75676122c2bf
equal deleted inserted replaced
48309:594cf89047c8 48310:229f5ee1a08a
    24  * `rhg cat` can be called with the `.` revision
    24  * `rhg cat` can be called with the `.` revision
    25  * `rhg cat` is more robust than before with regards to edge cases. Some still remain like a tag or bookmark that is ambiguous with a nodeid prefix, only nodeids (prefixed or not) are supported as of now.
    25  * `rhg cat` is more robust than before with regards to edge cases. Some still remain like a tag or bookmark that is ambiguous with a nodeid prefix, only nodeids (prefixed or not) are supported as of now.
    26  * `rhg cat` is even faster
    26  * `rhg cat` is even faster
    27  * `rhg` (Rust fast-path for `hg`) now supports the full config list syntax
    27  * `rhg` (Rust fast-path for `hg`) now supports the full config list syntax
    28  * `rhg` now parses some corner-cases for revsets correctly
    28  * `rhg` now parses some corner-cases for revsets correctly
       
    29  * Fixed an `fsmonitor` on Python 3 during exception handling
    29  * Lots of Windows fixes
    30  * Lots of Windows fixes
    30  * Lots of miscellaneous other fixes
    31  * Lots of miscellaneous other fixes
    31  * Removed a CPython-specific compatibility hack to improve support for alternative Python implementations
    32  * Removed a CPython-specific compatibility hack to improve support for alternative Python implementations
    32 
    33 
    33 == Backwards Compatibility Changes ==
    34 == Backwards Compatibility Changes ==
    66 
    67 
    67   * `wireprotov1peer`'s `batchable` is now a simple function and not a generator
    68   * `wireprotov1peer`'s `batchable` is now a simple function and not a generator
    68    anymore
    69    anymore
    69   * 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
    70   * 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
    70   * The Rust minimum supported version is now 1.48.0 in accordance with out policy of keeping up with Debian stable
    71   * The Rust minimum supported version is now 1.48.0 in accordance with out policy of keeping up with Debian stable
       
    72   * The test harness plays nicer with the NixOS sandbox