diff -r 9219165e1cc8 -r cd9cf641043a mercurial/commands.py --- a/mercurial/commands.py Mon Feb 06 23:06:10 2017 -0500 +++ b/mercurial/commands.py Mon Feb 06 23:06:32 2017 -0500 @@ -4790,6 +4790,7 @@ or ui.configbool('ui', 'statuscopies')) and not opts.get('no_status'): copy = copies.pathcopies(repo[node1], repo[node2], m) + ui.pager('status') fm = ui.formatter('status', opts) fmt = '%s' + end showchar = not opts.get('no_status')