##// END OF EJS Templates
py3: convert opts back to bytes for status
Pulkit Goyal -
r31427:b2fb0fd2 default
parent child Browse files
Show More
@@ -4720,6 +4720,7 b' def status(ui, repo, *pats, **opts):'
4720 Returns 0 on success.
4720 Returns 0 on success.
4721 """
4721 """
4722
4722
4723 opts = pycompat.byteskwargs(opts)
4723 revs = opts.get('rev')
4724 revs = opts.get('rev')
4724 change = opts.get('change')
4725 change = opts.get('change')
4725
4726
General Comments 0
You need to be logged in to leave comments. Login now