##// END OF EJS Templates
phabricator: use True primitive instead of b'true' for phabupdate actions...
Ian Moody -
r43667:132ddd1c stable
parent child Browse files
Show More
@@ -1613,7 +1613,7 b' def phabupdate(ui, repo, spec, **opts):'
1613
1613
1614 actions = []
1614 actions = []
1615 for f in flags:
1615 for f in flags:
1616 actions.append({b'type': f, b'value': b'true'})
1616 actions.append({b'type': f, b'value': True})
1617
1617
1618 drevs = querydrev(repo, spec)
1618 drevs = querydrev(repo, spec)
1619 for i, drev in enumerate(drevs):
1619 for i, drev in enumerate(drevs):
General Comments 0
You need to be logged in to leave comments. Login now