hgext/convert/monotone.py
changeset 24178 8ca263d9f070
parent 22300 35ab037de989
child 24395 216fa1ba9993
--- a/hgext/convert/monotone.py	Mon Mar 02 15:07:18 2015 -0800
+++ b/hgext/convert/monotone.py	Wed Jan 21 00:02:17 2015 +0100
@@ -297,7 +297,7 @@
         extra = {}
         certs = self.mtngetcerts(rev)
         if certs.get('suspend') == certs["branch"]:
-            extra['close'] = '1'
+            extra['close'] = 1
         return commit(
             author=certs["author"],
             date=util.datestr(util.strdate(certs["date"], "%Y-%m-%dT%H:%M:%S")),