hgext/convert/monotone.py
changeset 41503 210a999bd668
parent 41452 a03d20e36194
child 41525 f3d3e09a29d1
--- a/hgext/convert/monotone.py	Wed Jan 30 17:04:26 2019 -0500
+++ b/hgext/convert/monotone.py	Wed Jan 30 03:50:31 2019 +0530
@@ -102,7 +102,7 @@
 
         command.append('l')
         for arg in args:
-            command += "%d:%s" % (len(arg), arg)
+            command.append("%d:%s" % (len(arg), arg))
         command.append('e')
         command = ''.join(command)