rustfmt.toml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 10 Feb 2022 13:36:09 -0800
changeset 48752 109fec7bf7de
parent 45620 426294d06ddc
permissions -rw-r--r--
simplemerge: let extension check for binary inputs (unless `--text`) The `simplemerge` module does too much UI-related things. This patch puts a specialized copy of `simplemerge._verifytext()` in the simplemerge extension. Differential Revision: https://phab.mercurial-scm.org/D12146

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