relnotes: last-minute addition to 6.3.2 stable
authorRaphaël Gomès <rgomes@octobus.net>
Wed, 04 Jan 2023 12:06:07 +0100
branchstable
changeset 49841 d5ca12dbfcde
parent 49840 ae7065c0cd4c
child 49845 e0c0545e2e55
child 49869 fe044ce4bb17
relnotes: last-minute addition to 6.3.2
relnotes/6.3
--- a/relnotes/6.3	Wed Jan 04 12:06:07 2023 +0100
+++ b/relnotes/6.3	Wed Jan 04 12:06:07 2023 +0100
@@ -5,6 +5,7 @@
  * [2c346c1c75ec] tests: use an all too familiar executable in test-run-tests.t (issue6661)
  * [13c0e3b4fd35] tests: use `test -f` instead of `ls` to see if a file is present (issue6662)
  * [8ced4ca30ea1] bisect: correct message about aborting an in-progress bisect (issue6527)
+ * filemerge: fix crash when using filesets in [partial-merge-tools]
  * help: fix a py3 error interpolating Set into b'%s'
  * match: make the FLAG_RE pattern a raw string
  * python-compat: adapt to Python 3.11 BC breakage with `random.sample`