Submitter | phabricator |
---|---|
Date | Oct. 23, 2019, 9:31 p.m. |
Message ID | <differential-rev-PHID-DREV-qhaerzudz327hhw4gndz-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/42542/ |
State | Superseded |
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):