Mercurial > hg
diff mercurial/parser.py @ 42186:fd384911f51b
match: use raw strings to avoid illegal baskslash escape
Python 3.8 was complaining about the invalid escape
sequences. Let's use raw strings to avoid the warning and
double baskslashes.
Differential Revision: https://phab.mercurial-scm.org/D6293
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sun, 21 Apr 2019 09:29:55 -0700 |
parents | 0a2ce5b43574 |
children | 29798c9ba5c9 |