diff mercurial/commands.py @ 31427:b2fb0fd239b8

py3: convert opts back to bytes for status
author Pulkit Goyal <7895pulkit@gmail.com>
date Thu, 16 Mar 2017 10:10:00 +0530
parents 3d3109339b57
children 7b5fb4b0c0e8
line wrap: on
line diff
--- a/mercurial/commands.py	Mon Mar 13 17:49:13 2017 -0700
+++ b/mercurial/commands.py	Thu Mar 16 10:10:00 2017 +0530
@@ -4720,6 +4720,7 @@
     Returns 0 on success.
     """
 
+    opts = pycompat.byteskwargs(opts)
     revs = opts.get('rev')
     change = opts.get('change')