# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 1489639200 -19800 # Node ID b2fb0fd239b88f0f9ec70c43f30d2f1ef0cb1049 # Parent 43a7dfbead0cbad84ca828c25ec27f9b4eb0e9f2 py3: convert opts back to bytes for status diff -r 43a7dfbead0c -r b2fb0fd239b8 mercurial/commands.py --- 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')