diff -r f7673845b167 -r 89a16704114c mercurial/debugcommands.py --- a/mercurial/debugcommands.py Sat Apr 14 11:49:06 2018 -0700 +++ b/mercurial/debugcommands.py Sat Apr 14 12:07:31 2018 -0700 @@ -3014,11 +3014,7 @@ res = e.callcommand(command, args).result() if isinstance(res, wireprotov2peer.commandresponse): - if res.cbor: - val = list(res.cborobjects()) - else: - val = [res.b.getvalue()] - + val = list(res.cborobjects()) ui.status(_('response: %s\n') % stringutil.pprint(val)) else: