This is an archive of the discontinued Mercurial Phabricator instance.

rhg: add rhg tests to the Rust tests
ClosedPublic

Authored by marmoute on Jun 13 2020, 5:07 AM.

Details

Summary

On Tue Mar 1st 2016 at 09:33:39 timeless decided to wrap long line in
hgext/zeroconf/Zeroconf.py. Doing so, he fat fingered a "%w" instead of a "%s"
in a string. %w does not exists, 4 year later, pyflakes (rightfully) complains
about it. So I am fixing it.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

marmoute created this revision.Jun 13 2020, 5:07 AM
pulkit accepted this revision.Jun 15 2020, 4:23 AM
This revision is now accepted and ready to land.Jun 15 2020, 4:23 AM
acezar retitled this revision from zeroconf: fix non existant formatting in the vendored zeroconf module to rhg: add rhg tests to the Rust tests.
acezar updated this revision to Diff 21658.