##// END OF EJS Templates
relnotes: copy "next" to "5.2" and clear "next"...
Martin von Zweigbergk -
r43994:a825ba8e stable
parent child Browse files
Show More
1 NO CONTENT: file copied from relnotes/next to relnotes/5.2
@@ -1,12 +1,5 b''
1 1 == New Features ==
2 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 3
11 4 == New Experimental Features ==
12 5
@@ -16,15 +9,6 b''
16 9
17 10 == Backwards Compatibility Changes ==
18 11
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 12
29 13 == Internal API Changes ==
30 14
General Comments 0
You need to be logged in to leave comments. Login now