# HG changeset patch # User Augie Fackler # Date 1584547407 14400 # Node ID 3aab524a84808c0580fa6b8a46c6179e7e0f3b9b # Parent ad5a10f49dfadf668750f454ad4f234a6c1b3460 phabricator: remove duplicated byteskwargs conversion Fixes things on Python 3. Differential Revision: https://phab.mercurial-scm.org/D8301 diff -r ad5a10f49dfa -r 3aab524a8480 hgext/phabricator.py --- a/hgext/phabricator.py Tue Mar 17 12:59:31 2020 -0700 +++ b/hgext/phabricator.py Wed Mar 18 12:03:27 2020 -0400 @@ -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)