Show More
@@ -1,14 +1,19 b'' | |||
|
1 | 1 | == New Features == |
|
2 | 2 | |
|
3 | 3 | |
|
4 | 4 | == New Experimental Features == |
|
5 | 5 | |
|
6 | 6 | |
|
7 | 7 | == Bug Fixes == |
|
8 | 8 | |
|
9 | 9 | |
|
10 | 10 | == Backwards Compatibility Changes == |
|
11 | 11 | |
|
12 | * A shell that supports `$(command)`` syntax for command substitution is now | |
|
13 | required for running the test suite. The test runner normally uses | |
|
14 | `sh`, so if that is a shell that doesn't support `$(command)` syntax, | |
|
15 | you can override it by setting `$HGTEST_SHELL` or by passing it to | |
|
16 | `run-tests.py --shell <shell>`. | |
|
12 | 17 | |
|
13 | 18 | == Internal API Changes == |
|
14 | 19 |
General Comments 0
You need to be logged in to leave comments.
Login now