Mercurial > hg
view rustfmt.toml @ 47302:338623a2ebf2
hghave: make error output easier to diagnose
I had a typo that meant the new bash check was throwing an exception
(due to a missing argument), but it was very hard to diagnose without
this change.
Differential Revision: https://phab.mercurial-scm.org/D10733
author | Augie Fackler <augie@google.com> |
---|---|
date | Tue, 18 May 2021 13:34:06 -0400 |
parents | 426294d06ddc |
children |
line wrap: on
line source
edition = "2018" max_width = 79 wrap_comments = true error_on_line_overflow = true