# HG changeset patch # User Martin von Zweigbergk # Date 2017-03-13 18:03:59 # Node ID f1f57e4e55e0afa73bddcef240b1ba10f66216b1 # Parent 1c48a8278b2f015fca607dfc652823560a5ac580 branches: enable pager diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -1223,6 +1223,7 @@ def branches(ui, repo, active=False, clo Returns 0. """ + ui.pager('branches') fm = ui.formatter('branches', opts) hexfunc = fm.hexfunc