Submitter | phabricator |
---|---|
Date | Oct. 30, 2019, 8:49 p.m. |
Message ID | <b9c6561b88da3dc564823c692704a71e@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42622/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/phabricator.py b/hgext/phabricator.py --- a/hgext/phabricator.py +++ b/hgext/phabricator.py @@ -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):