hgext/schemes.py
changeset 44022 c1ccefb513e4
parent 43077 687b865b95ad
child 44452 9d2b2df2c2ba
--- a/hgext/schemes.py	Sat Dec 28 01:35:05 2019 -0500
+++ b/hgext/schemes.py	Sat Dec 28 01:51:17 2019 -0500
@@ -63,7 +63,7 @@
 # leave the attribute unspecified.
 testedwith = b'ships-with-hg-core'
 
-_partre = re.compile(br'\{(\d+)\}')
+_partre = re.compile(br'{(\d+)\}')
 
 
 class ShortRepository(object):