changeset 33472:d0869a6e83ab

configitems: register the 'color.pagermode' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 12 Jul 2017 23:36:28 +0200
parents d74141ccfd8b
children b78c59e41a65
files mercurial/configitems.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/configitems.py	Wed Jul 12 23:36:10 2017 +0200
+++ b/mercurial/configitems.py	Wed Jul 12 23:36:28 2017 +0200
@@ -79,6 +79,9 @@
 coreconfigitem('color', 'mode',
     default='auto',
 )
+coreconfigitem('color', 'pagermode',
+    default=dynamicdefault,
+)
 coreconfigitem('devel', 'all-warnings',
     default=False,
 )