hgext/phabricator.py
branchstable
changeset 43350 132ddd1cba85
parent 43321 a2ff3aff81d2
child 43380 579672b347d2
--- a/hgext/phabricator.py	Wed Oct 23 15:07:56 2019 +0100
+++ b/hgext/phabricator.py	Wed Oct 23 22:24:14 2019 +0100
@@ -1613,7 +1613,7 @@
 
     actions = []
     for f in flags:
-        actions.append({b'type': f, b'value': b'true'})
+        actions.append({b'type': f, b'value': True})
 
     drevs = querydrev(repo, spec)
     for i, drev in enumerate(drevs):