changeset 36134 | 2a28bdb63f05 |
parent 36132 | 42a393ea56d2 |
child 36148 | 0f9e52f900c4 |
--- a/hgext/convert/hg.py Mon Feb 12 23:51:18 2018 -0500 +++ b/hgext/convert/hg.py Mon Feb 12 23:51:37 2018 -0500 @@ -42,7 +42,7 @@ mapfile = common.mapfile NoRepo = common.NoRepo -sha1re = re.compile(r'\b[0-9a-f]{12,40}\b') +sha1re = re.compile(br'\b[0-9a-f]{12,40}\b') class mercurial_sink(common.converter_sink): def __init__(self, ui, repotype, path):