This is an archive of the discontinued Mercurial Phabricator instance.

config: clean up message about ignored untrusted config
ClosedPublic

Authored by martinvonz on Nov 20 2020, 7:24 PM.

Details

Summary

The error message relied on Python's default formatting of arguments
to an Exception's constructor. Let's try to make it a little more
readable for users.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

martinvonz created this revision.Nov 20 2020, 7:24 PM
mharbison72 accepted this revision.Nov 20 2020, 9:45 PM
This revision is now accepted and ready to land.Nov 20 2020, 9:45 PM