Mercurial > public > mercurial-scm > hg-stable
view relnotes/next @ 48607:07069fcd9a6e
filemerge: work with `simplemerge.MergeInput` in `filemerge()`
We currently pass around pairs of file context objects and labels
between functions in the `filemerge` module. I plan to pass around
`simplemerge.MergeInput` instead. This patch prepares for that by
using the type internally in `filemerge.filemerge()`.
Differential Revision: https://phab.mercurial-scm.org/D12017
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Thu, 20 Jan 2022 14:42:50 -0800 |
parents | 28f0092ec89f |
children | 3c8cc987672e |
line wrap: on
line source
== New Features == == Default Format Change == These changes affects newly created repositories (or new clone) done with Mercurial XXX. == New Experimental Features == == Bug Fixes == The `--no-check` and `--no-merge` now properly overwrite the behavior from `commands.update.check`. == Backwards Compatibility Changes == The remotefilelog extension now requires an appropiate excludepattern for subrepositories. == Internal API Changes == The following functions have been removed: Miscellaneous: