# HG changeset patch # User Kyle Lippincott # Date 1586211549 25200 # Node ID 1756f75873bfc7afdac415d73fe52cf2ff387cb3 # Parent 97e6d435ff7ee69e9b6a6739c36908f829b8118f hgk: remove a "b" used on a kwargs expansion, the keys are strs Differential Revision: https://phab.mercurial-scm.org/D8385 diff -r 97e6d435ff7e -r 1756f75873bf 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