##// END OF EJS Templates
amend: prevent '\n' in the note string...
amend: prevent '\n' in the note string This comes from the evolve function. I'm not sure why this check was missing in core, since it was present when the length check was added to evolve. I didn't flag this as BC because 530b7361e3a9 mentioned this argument wasn't added to the release notes due to no display capability, and that hasn't changed AFAIK. Differential Revision: https://phab.mercurial-scm.org/D6854

File last commit:

r43202:e4803231 default
r43203:7e999704 default
Show More
next
22 lines | 612 B | text/plain | TextLexer
Martin von Zweigbergk
releasenotes: add a file in which to record release notes...
r42457 == New Features ==
Matt Harbison
amend: add option to update to the current user...
r43202 * The amend extension supports the `--currentuser` argument.
* The uncommit extension supports the `rewrite.update-timestamp` config option.
Martin von Zweigbergk
log: add config for making `hg log -G` always topo-sorted...
r42500
== New Experimental Features ==
Martin von Zweigbergk
releasenotes: add a file in which to record release notes...
r42457 == Bug Fixes ==
== Backwards Compatibility Changes ==
Martin von Zweigbergk
relnotes: we now require `sh` to support $(command) syntax to run test suite...
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
templatekw: make {file_*} compare to both merge parents (issue4292)...
r42597
Martin von Zweigbergk
releasenotes: add a file in which to record release notes...
r42457 == Internal API Changes ==