rustfmt.toml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 20 Jan 2022 14:42:50 -0800
changeset 48585 07069fcd9a6e
parent 45620 426294d06ddc
permissions -rw-r--r--
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

edition = "2018"
max_width = 79
wrap_comments = true
error_on_line_overflow = true