[PATCH 16 of 19 pager] status: enable pager

Augie Fackler raf at durin42.com
Sun Feb 19 18:13:07 EST 2017


# HG changeset patch
# User Augie Fackler <augie at google.com>
# Date 1486440392 18000
#      Mon Feb 06 23:06:32 2017 -0500
# Node ID efe1daeb054101ccdd14057062be826c2bd1180d
# Parent  bd38eff9de15d07ea9be63da3d79edd2d41f667d
status: enable pager

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -4788,6 +4788,7 @@ def status(ui, repo, *pats, **opts):
         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')


More information about the Mercurial-devel mailing list