rustfmt.toml
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 14 Dec 2021 13:12:56 -0800
changeset 48555 c91418480cb0
parent 45620 426294d06ddc
permissions -rw-r--r--
simplemerge: use 3-way markers if mode=='merge3', ignoring number of labels Before this patch, we use a combination of `mode` and `labels` to decide which marker style to use. That's mostly my own fault because I was the one who added the `mergediff` as a "mode" instead of adding a separate argument for marker style. Still, let's make these arguments more orthogonal by ignoring the number of labels when deciding which marker style to use. This refactoring makes it a little clearer in the simplemerge *extension* that passing more than 2 `--label` arguments changes the marker style. Differential Revision: https://phab.mercurial-scm.org/D11972

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