Submitter | phabricator |
---|---|
Date | Sept. 9, 2019, 7:58 p.m. |
Message ID | <differential-rev-PHID-DREV-mgoxv5uslohybdwqttaj-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/41597/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/relnotes/next b/relnotes/next --- a/relnotes/next +++ b/relnotes/next @@ -9,6 +9,11 @@ == Backwards Compatibility Changes == + * 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>`. == Internal API Changes ==