changeset 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 43a7dfbead0c
children 9b361478b03a
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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')