comparison relnotes/5.2 @ 43588:a825ba8eb0a1 stable

relnotes: copy "next" to "5.2" and clear "next" This is the same thing as we did for 5.1 in cba59b338976 (relnotes: copy "next" to "5.1" and clear "next", 2019-08-01). Differential Revision: https://phab.mercurial-scm.org/D7231
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 05 Nov 2019 13:31:40 -0800
parents relnotes/next@c2676b5a9f59
children
comparison
equal deleted inserted replaced
43587:bf87f5ff2ebf 43588:a825ba8eb0a1
1 == New Features ==
2
3 * The amend extension supports the `--currentuser` argument.
4
5 * The amend extension supports the `--close-branch` argument.
6
7 * The amend extension supports the `--secret` argument.
8
9 * The uncommit extension supports the `rewrite.update-timestamp` config option.
10
11 == New Experimental Features ==
12
13
14 == Bug Fixes ==
15
16
17 == Backwards Compatibility Changes ==
18
19 * A shell that supports `$(command)`` syntax for command substitution is now
20 required for running the test suite. The test runner normally uses
21 `sh`, so if that is a shell that doesn't support `$(command)` syntax,
22 you can override it by setting `$HGTEST_SHELL` or by passing it to
23 `run-tests.py --shell <shell>`.
24
25 * The (experimental) narrow extension's wire protocol changed. If
26 you're using it, you'll need to make sure to upgrade server and
27 client at the same time.
28
29 == Internal API Changes ==
30