author | Augie Fackler <augie@google.com> |
Mon, 06 Feb 2017 23:06:32 -0500 | |
changeset 31044 | cd9cf641043a |
parent 31043 | 9219165e1cc8 |
child 31045 | 8467569991cb |
--- 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')