These strings are regular expressions. The "\." needs to be
string escaped. We use raw strings to avoid doing that and the
SyntaxWarning we'd receive otherwise on Python 3.8.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGb5642239fb32: configitems: use raw strings for hidden-{command,topic} items
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped