diff -r 4a8db3538c39 -r 05906b8e1d23 mercurial/cmdutil.py --- a/mercurial/cmdutil.py Tue Jun 27 02:24:38 2017 +0900 +++ b/mercurial/cmdutil.py Tue Jun 27 00:20:55 2017 +0530 @@ -1332,6 +1332,7 @@ self.ui.write(self.footer) def show(self, ctx, copies=None, matchfn=None, **props): + props = pycompat.byteskwargs(props) if self.buffered: self.ui.pushbuffer(labeled=True) self._show(ctx, copies, matchfn, props)