next
31 lines
| 867 B
| text/plain
|
TextLexer
/ relnotes / next
Martin von Zweigbergk
|
r42457 | == New Features == | ||
r49056 | ||||
Joerg Sonnenberger
|
r46880 | |||
r47762 | == Default Format Change == | |||
These changes affects newly created repositories (or new clone) done with | ||||
Raphaël Gomès
|
r49123 | Mercurial XXX. | ||
r47762 | ||||
r47763 | ||||
Martin von Zweigbergk
|
r44847 | == New Experimental Features == | ||
Martin von Zweigbergk
|
r44817 | |||
Manuel Jacob
|
r45764 | == Bug Fixes == | ||
r49236 | The `--no-check` and `--no-merge` now properly overwrite the behavior from `commands.update.check`. | |||
Manuel Jacob
|
r45762 | |||
Martin von Zweigbergk
|
r42457 | == Backwards Compatibility Changes == | ||
Joerg Sonnenberger
|
r49381 | The remotefilelog extension now requires an appropiate excludepattern | ||
for subrepositories. | ||||
Martin von Zweigbergk
|
r44880 | |||
Martin von Zweigbergk
|
r49433 | The labels passed to merge tools have changed slightly. Merge tools can get | ||
labels passed to them if you include `$labellocal`, `$labelbase`, and/or | ||||
`$labelother` in the `merge-tool.<tool name>.args` configuration. These labels | ||||
used to have some space-padding, and truncation to fit within 72 columns. Both | ||||
the padding and the truncation has been removed. | ||||
Martin von Zweigbergk
|
r42457 | == Internal API Changes == | ||
Raphaël Gomès
|
r48792 | The following functions have been removed: | ||
r48558 | ||||
Raphaël Gomès
|
r48792 | Miscellaneous: | ||