phabricator: remove duplicated byteskwargs conversion
authorAugie Fackler <augie@google.com>
Wed, 18 Mar 2020 12:03:27 -0400
changeset 44577 3aab524a8480
parent 44576 ad5a10f49dfa
child 44578 5483e9c759e4
phabricator: remove duplicated byteskwargs conversion Fixes things on Python 3. Differential Revision: https://phab.mercurial-scm.org/D8301
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)