This is an archive of the discontinued Mercurial Phabricator instance.

match: use raw strings to avoid illegal baskslash escape
ClosedPublic

Authored by indygreg on Apr 21 2019, 12:36 PM.

Details

Summary

Python 3.8 was complaining about the invalid escape
sequences. Let's use raw strings to avoid the warning and
double baskslashes.

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

indygreg created this revision.Apr 21 2019, 12:36 PM
pulkit accepted this revision.Apr 22 2019, 8:36 AM
This revision was automatically updated to reflect the committed changes.