##// END OF EJS Templates
packaging: convert to UNIX line endings...
packaging: convert to UNIX line endings I must have my editor on Windows configured incorrectly because I submitted patches with Windows line endings :( # skip-blame whitespace only line ending changes Differential Revision: https://phab.mercurial-scm.org/D7421

File last commit:

r43994:a825ba8e stable
r44059:303bf312 default
Show More
next
30 lines | 897 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.
Matt Harbison
amend: enable support for closing the branch...
r43204 * The amend extension supports the `--close-branch` argument.
Matt Harbison
amend: enable support for using the secret phase...
r43205 * The amend extension supports the `--secret` argument.
Matt Harbison
amend: add option to update to the current user...
r43202 * 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
narrow: don't hexify paths and double-hexify known nodes on wire (BC)...
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
releasenotes: add a file in which to record release notes...
r42457 == Internal API Changes ==