mercurial/cmdutil.py
changeset 33100 05906b8e1d23
parent 33045 99c6c9fa9e6d
child 33102 1b6946f87c50
--- 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)