view rust/rhg/rustfmt.toml @ 45491:aad11a26a054

mergestate: simplify reset(), knowing that `other` and `node` go together There's only one caller of `reset()` that passes any arguments at all, and that originates from `merge.py:1371`. That code always passes values for both `node` and `other`. Differential Revision: https://phab.mercurial-scm.org/D9032
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 15 Sep 2020 23:19:14 -0700
parents cf04f62d1579
children
line wrap: on
line source

max_width = 79
wrap_comments = true
error_on_line_overflow = true