hgext/convert/monotone.py
changeset 40225 474809790256
parent 39619 2aa12d7fcb4f
child 41365 876494fd967d
--- a/hgext/convert/monotone.py	Sat Oct 13 04:47:51 2018 +0300
+++ b/hgext/convert/monotone.py	Sat Oct 13 04:51:09 2018 +0300
@@ -102,7 +102,7 @@
 
         command.append('l')
         for arg in args:
-            command += "%s:%s" % (len(arg), arg)
+            command += "%d:%s" % (len(arg), arg)
         command.append('e')
         command = ''.join(command)