summary: enable pager
authorAugie Fackler <augie@google.com>
Mon, 06 Feb 2017 23:06:59 -0500
changeset 31045 8467569991cb
parent 31044 cd9cf641043a
child 31046 f5d27f5442a0
summary: enable pager
mercurial/commands.py
--- 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()