mercurial/pvec.py
changeset 43479 8e89b6e1e0cd
parent 43465 90aac60b6697
child 43793 29adf0a087a1
--- a/mercurial/pvec.py	Wed Nov 06 15:12:46 2019 -0500
+++ b/mercurial/pvec.py	Wed Nov 06 15:15:42 2019 -0500
@@ -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