Mercurial > evolve
changeset 3068:8adf34767c29 stable
pager: add support to `hg evolve --list`
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Fri, 13 Oct 2017 06:10:41 +0530 |
parents | 1769a8c20a82 |
children | 1893bde71ebc |
files | hgext3rd/evolve/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext3rd/evolve/__init__.py Fri Oct 13 06:08:32 2017 +0530 +++ b/hgext3rd/evolve/__init__.py Fri Oct 13 06:10:41 2017 +0530 @@ -1523,6 +1523,7 @@ troublecategories = ['phasedivergent', 'contentdivergent', 'orphan'] specifiedcategories = [t for t in troublecategories if opts[t]] if listopt: + compat.startpager(ui, 'evolve') listtroubles(ui, repo, specifiedcategories, **opts) return