rustfmt.toml
author Pulkit Goyal <7895pulkit@gmail.com>
Thu, 03 Dec 2020 17:18:49 +0530
changeset 46086 ac9de799d390
parent 45620 426294d06ddc
permissions -rw-r--r--
commandserver: handle IOError related to flushing of streams After dispatch, without chg we have handling of flushing of streams and exception handling related to it. The exception handling part is important because there can be exceptions when flushing fout or ferr. One such case is in `test-basic.t` which was failing on python3+chg without this patch as this handling was missing from chg. Failure can be seen at https://foss.heptapod.net/octobus/mercurial-devel/-/jobs/128399 Honestly I am not sure which one of `chgserver.py` or `commandserver.py` the change should go in. Differential Revision: https://phab.mercurial-scm.org/D9517

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