changeset 31386:f1f57e4e55e0

branches: enable pager
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 13 Mar 2017 11:03:59 -0700
parents 1c48a8278b2f
children 3d3109339b57
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Sun Mar 12 17:16:43 2017 -0700
+++ b/mercurial/commands.py	Mon Mar 13 11:03:59 2017 -0700
@@ -1223,6 +1223,7 @@
     Returns 0.
     """
 
+    ui.pager('branches')
     fm = ui.formatter('branches', opts)
     hexfunc = fm.hexfunc