changeset 39561 | d06834e0f48e |
parent 39449 | e5eb67dea6e8 |
child 39760 | 7e99b02768ef |
--- a/mercurial/debugcommands.py Wed Aug 29 16:43:17 2018 -0700 +++ b/mercurial/debugcommands.py Wed Aug 29 15:17:11 2018 -0700 @@ -3240,7 +3240,7 @@ res = e.callcommand(command, args).result() if isinstance(res, wireprotov2peer.commandresponse): - val = list(res.cborobjects()) + val = res.objects() ui.status(_('response: %s\n') % stringutil.pprint(val, bprefix=True, indent=2)) else: