##// END OF EJS Templates
upgrade: create the correct destination directory for copies revlogs...
upgrade: create the correct destination directory for copies revlogs The encoding in vfs mess up with the directory we are trying to create manually. We could duplicate the advanced logic some more, but that seems ill fated. Instead, we let the vfs deal with directory creation. We update the test to contains a name affected by encoding. Differential Revision: https://phab.mercurial-scm.org/D6902

File last commit:

r43214:c2676b5a default
r43269:bb6902cb 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 ==