# HG changeset patch # User Boris Feld # Date 2017-07-12 21:36:28 # Node ID d0869a6e83ab0a0f3129f62fb7a03d1bf1b4ef22 # Parent d74141ccfd8baf382fbdd1ca6aa53b2f6b414f04 configitems: register the 'color.pagermode' config diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -79,6 +79,9 @@ coreconfigitem('bundle', 'reorder', coreconfigitem('color', 'mode', default='auto', ) +coreconfigitem('color', 'pagermode', + default=dynamicdefault, +) coreconfigitem('devel', 'all-warnings', default=False, )