This is an archive of the discontinued Mercurial Phabricator instance.

py3: fix formatting of branchmap log messages with repo.filtername=None
ClosedPublic

Authored by martinvonz on Jul 15 2019, 2:36 AM.

Details

Summary

"%s" % None does not work on py3. I've extracted a little function
for producing a formatted message given the filter name.

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.Jul 15 2019, 2:36 AM
pulkit accepted this revision.Jul 15 2019, 9:32 AM
This revision is now accepted and ready to land.Jul 15 2019, 9:32 AM