( )⚙ D8001 pathauditor: drop a redundant call to bytes.lower()

This is an archive of the discontinued Mercurial Phabricator instance.

pathauditor: drop a redundant call to bytes.lower()
ClosedPublic

Authored by martinvonz on Jan 24 2020, 8:40 PM.

Details

Summary

_lowerclean(s) calls s.lower(), so we don't need to do that before
calling it.

Diff Detail

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

Event Timeline

martinvonz created this revision.Jan 24 2020, 8:40 PM
pulkit accepted this revision.Jan 25 2020, 7:01 PM
This revision is now accepted and ready to land.Jan 25 2020, 7:01 PM
This revision was automatically updated to reflect the committed changes.