rustfmt.toml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 04 Feb 2021 13:21:01 -0800
changeset 46497 4a012e531066
parent 45620 426294d06ddc
permissions -rw-r--r--
diff: extract function for getting possibly re-merged parent to diff against We'll want to reuse the logic that `hg diff --change` with `diff.merge` uses. At least `hg log -p` should reuse it. This patch therefore extracts that code to a function. Differential Revision: https://phab.mercurial-scm.org/D9957

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