next
30 lines
| 897 B
| text/plain
|
TextLexer
/ relnotes / next
Martin von Zweigbergk
|
r42457 | == New Features == | ||
Matt Harbison
|
r43202 | * The amend extension supports the `--currentuser` argument. | ||
Matt Harbison
|
r43204 | * The amend extension supports the `--close-branch` argument. | ||
Matt Harbison
|
r43205 | * The amend extension supports the `--secret` argument. | ||
Matt Harbison
|
r43202 | * The uncommit extension supports the `rewrite.update-timestamp` config option. | ||
Martin von Zweigbergk
|
r42500 | |||
== New Experimental Features == | ||||
Martin von Zweigbergk
|
r42457 | == Bug Fixes == | ||
== Backwards Compatibility Changes == | ||||
Martin von Zweigbergk
|
r43186 | * A shell that supports `$(command)`` syntax for command substitution is now | ||
required for running the test suite. The test runner normally uses | ||||
`sh`, so if that is a shell that doesn't support `$(command)` syntax, | ||||
you can override it by setting `$HGTEST_SHELL` or by passing it to | ||||
`run-tests.py --shell <shell>`. | ||||
Martin von Zweigbergk
|
r42597 | |||
Martin von Zweigbergk
|
r43214 | * The (experimental) narrow extension's wire protocol changed. If | ||
you're using it, you'll need to make sure to upgrade server and | ||||
client at the same time. | ||||
Martin von Zweigbergk
|
r42457 | == Internal API Changes == | ||