Mercurial > hg-stable
comparison relnotes/6.3 @ 49625:ae7065c0cd4c stable
relnotes: add 6.3.2
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Wed, 04 Jan 2023 12:06:07 +0100 |
parents | c890d8b8bc59 |
children | d5ca12dbfcde |
comparison
equal
deleted
inserted
replaced
49624:a308c69470e7 | 49625:ae7065c0cd4c |
---|---|
1 = Mercurial 6.3.2 = | |
2 | |
3 * [ecfc84b956a8] tests: expect the message from 1baf0fffd82f in test-hghave.t (issue6762) | |
4 * [5c095119bff4] tests: add the missing space to test-hghave.t (issue6762) | |
5 * [2c346c1c75ec] tests: use an all too familiar executable in test-run-tests.t (issue6661) | |
6 * [13c0e3b4fd35] tests: use `test -f` instead of `ls` to see if a file is present (issue6662) | |
7 * [8ced4ca30ea1] bisect: correct message about aborting an in-progress bisect (issue6527) | |
8 * help: fix a py3 error interpolating Set into b'%s' | |
9 * match: make the FLAG_RE pattern a raw string | |
10 * python-compat: adapt to Python 3.11 BC breakage with `random.sample` | |
11 * rust-status: fix thread count ceiling | |
12 * hg: show the correct message when cloning an LFS repo with extension disabled | |
13 * extensions: process disabled external paths when `hgext` package is in-memory | |
14 * emitrevision: consider ancestors revision to emit as available base | |
15 * make: add a target for building pyoxidizer tests on macOS | |
16 * run-tests: support --pyoxidized on macOS | |
17 * packaging: add dependencies to the PyOxidizer build on macOS | |
18 * Miscellaneous test fixes | |
19 | |
1 = Mercurial 6.3.1 = | 20 = Mercurial 6.3.1 = |
2 | 21 |
3 * memory-usage: fix `hg log --follow --rev R F` space complexity (dcb2581e33be) | 22 * memory-usage: fix `hg log --follow --rev R F` space complexity (dcb2581e33be) |
4 * Improve portability and robustness of test harness | 23 * Improve portability and robustness of test harness |
5 * hg-core: relax dependencies pinning | 24 * hg-core: relax dependencies pinning |