This is an archive of the discontinued Mercurial Phabricator instance.

util: also silence py3 warnings from codec module
ClosedPublic

Authored by durin42 on Mar 4 2018, 11:55 AM.

Details

Summary

Fixes warnings like this:

+ mercurial/util.py:2446: DeprecationWarning: invalid escape sequence '\d'
+ return codecs.escape_decode(s)[0]

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

durin42 created this revision.Mar 4 2018, 11:55 AM
yuja accepted this revision.Mar 4 2018, 12:03 PM
This revision is now accepted and ready to land.Mar 4 2018, 12:03 PM
This revision was automatically updated to reflect the committed changes.