Submitter | phabricator |
---|---|
Date | Feb. 13, 2018, 6:03 a.m. |
Message ID | <95cbb055a7051b9b4cf1a0d7d42ad71f@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/27813/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/convert/hg.py b/hgext/convert/hg.py --- a/hgext/convert/hg.py +++ b/hgext/convert/hg.py @@ -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):