Submitter | phabricator |
---|---|
Date | Nov. 7, 2019, 8:33 a.m. |
Message ID | <c4028d9956b664aadc089d952ac3b1f1@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42876/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/pvec.py b/mercurial/pvec.py --- a/mercurial/pvec.py +++ b/mercurial/pvec.py @@ -74,6 +74,7 @@ def _str(v, l): + # type: (int, int) -> bytes bs = b"" for p in pycompat.xrange(l): bs = pycompat.bytechr(v & 255) + bs