Submitter | phabricator |
---|---|
Date | Jan. 7, 2019, 10:57 a.m. |
Message ID | <ec501ce1cd70017742b3ac060b2ff9c3@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/37518/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/fastannotate/revmap.py b/hgext/fastannotate/revmap.py --- a/hgext/fastannotate/revmap.py +++ b/hgext/fastannotate/revmap.py @@ -207,7 +207,7 @@ path = self.rev2path(rev) if path is None: raise error.CorruptedFileError('cannot find path for %s' % rev) - f.write(path + '\0') + f.write(path + b'\0') f.write(hsh) @staticmethod