diff hgext/phabricator.py @ 44577:3aab524a8480

phabricator: remove duplicated byteskwargs conversion Fixes things on Python 3. Differential Revision: https://phab.mercurial-scm.org/D8301
author Augie Fackler <augie@google.com>
date Wed, 18 Mar 2020 12:03:27 -0400
parents f10055b099b3
children 90adda73676a
line wrap: on
line diff
--- 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)