Mercurial > hg
changeset 34591:f00eef0922ff
configitems: register the 'pager.pager' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Wed, 11 Oct 2017 03:45:14 +0200 |
parents | 95f4e5b1ec92 |
children | e7dbccabc982 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/configitems.py Wed Oct 11 03:41:48 2017 +0200 +++ b/mercurial/configitems.py Wed Oct 11 03:45:14 2017 +0200 @@ -383,6 +383,9 @@ coreconfigitem('pager', 'ignore', default=list, ) +coreconfigitem('pager', 'pager', + default=dynamicdefault, +) coreconfigitem('patch', 'eol', default='strict', )