Submitter | phabricator |
---|---|
Date | March 18, 2020, 7:12 p.m. |
Message ID | <differential-rev-PHID-DREV-75gevut25ygplggamwko-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/45821/ |
State | Superseded |
Headers | show |
Comments
mharbison72 added a comment. mharbison72 accepted this revision. Thanks, I just hit this myself. It also looks like the `create alpha for phabricator test €` test is broken. Can we get the `pytest-vcr` package installed on the builders? REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8301/new/ REVISION DETAIL https://phab.mercurial-scm.org/D8301 To: durin42, #hg-reviewers, mharbison72 Cc: mharbison72, Kwan, mercurial-devel
Patch
diff --git a/hgext/phabricator.py b/hgext/phabricator.py --- a/hgext/phabricator.py +++ b/hgext/phabricator.py @@ -1764,7 +1764,6 @@ ui.note(msg + b'\n') parents = [repo[node]] - opts = pycompat.byteskwargs(opts) if opts.get(b'stack'): spec = b':(%s)' % spec drevs = querydrev(repo.ui, spec)