Python 3.8 was complaining about the invalid escape
sequences. Let's use raw strings to avoid the warning and
double baskslashes.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHGfd384911f51b: match: use raw strings to avoid illegal baskslash escape
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped