hgext/hgk.py
changeset 44676 1756f75873bf
parent 43787 be8552f25cab
child 45942 89a2afe31e82
--- 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