Mercurial > hg
diff mercurial/hook.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 | 8c8fcb385c46 |
children | 2372284d9457 |