hgk: remove a "b" used on a kwargs expansion, the keys are strs
authorKyle Lippincott <spectral@google.com>
Mon, 06 Apr 2020 15:19:09 -0700
changeset 44676 1756f75873bf
parent 44675 97e6d435ff7e
child 44677 4e2845d9452d
hgk: remove a "b" used on a kwargs expansion, the keys are strs Differential Revision: https://phab.mercurial-scm.org/D8385
hgext/hgk.py
--- a/hgext/hgk.py	Thu Oct 04 23:07:48 2018 +0900
+++ b/hgext/hgk.py	Mon Apr 06 15:19:09 2020 -0700
@@ -358,7 +358,7 @@
 )
 def revlist(ui, repo, *revs, **opts):
     """print revisions"""
-    if opts[b'header']:
+    if opts['header']:
         full = b"commit"
     else:
         full = None