changeset 31045:8467569991cb

summary: enable pager
author Augie Fackler <augie@google.com>
date Mon, 06 Feb 2017 23:06:59 -0500
parents cd9cf641043a
children f5d27f5442a0
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:32 2017 -0500
+++ b/mercurial/commands.py	Mon Feb 06 23:06:59 2017 -0500
@@ -4821,6 +4821,7 @@
     Returns 0 on success.
     """
 
+    ui.pager('summary')
     ctx = repo[None]
     parents = ctx.parents()
     pnode = parents[0].node()