changeset 31288 | 198cd5ad9db8 |
parent 31181 | 150cd5125722 |
child 32337 | 46ba2cdda476 |
--- a/hgext/schemes.py Thu Mar 09 12:55:48 2017 +0900 +++ b/hgext/schemes.py Thu Mar 09 19:41:40 2017 -0800 @@ -63,7 +63,7 @@ # leave the attribute unspecified. testedwith = 'ships-with-hg-core' -_partre = re.compile(r'\{(\d+)\}'.encode(u'latin1')) +_partre = re.compile(br'\{(\d+)\}') class ShortRepository(object): def __init__(self, url, scheme, templater):