Mercurial > hg-stable
changeset 34523:486dbd6afa57
configitems: register the 'devel.warn-config' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Sun, 08 Oct 2017 21:41:10 +0200 |
parents | bed1d2eaa108 |
children | 99c5922b1641 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/configitems.py Sun Oct 08 21:48:40 2017 +0200 +++ b/mercurial/configitems.py Sun Oct 08 21:41:10 2017 +0200 @@ -146,6 +146,9 @@ coreconfigitem('devel', 'strip-obsmarkers', default=True, ) +coreconfigitem('devel', 'warn-config', + default=None, +) coreconfigitem('diff', 'nodates', default=None, )