Show More
@@ -63,7 +63,7 b' command = cmdutil.command(cmdtable)' | |||
|
63 | 63 | # leave the attribute unspecified. |
|
64 | 64 | testedwith = 'ships-with-hg-core' |
|
65 | 65 | |
|
66 |
_partre = re.compile(r'\{(\d+)\}' |
|
|
66 | _partre = re.compile(br'\{(\d+)\}') | |
|
67 | 67 | |
|
68 | 68 | class ShortRepository(object): |
|
69 | 69 | def __init__(self, url, scheme, templater): |
General Comments 0
You need to be logged in to leave comments.
Login now