changeset 31044:cd9cf641043a

status: enable pager
author Augie Fackler <augie@google.com>
date Mon, 06 Feb 2017 23:06:32 -0500
parents 9219165e1cc8
children 8467569991cb
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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')