Mercurial > hg
diff mercurial/hgweb/hgwebdir_mod.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 | 876494fd967d |
children | d8e55c0c642c |