changeset 34575 | dc91580a0a88 |
parent 34563 | 1faa34347b24 |
child 34584 | bf2389b1f15e |
--- a/mercurial/configitems.py Thu Oct 05 15:11:34 2017 +0200 +++ b/mercurial/configitems.py Fri Oct 06 16:15:24 2017 +0200 @@ -158,6 +158,9 @@ coreconfigitem('devel', 'warn-config-default', default=None, ) +coreconfigitem('devel', 'user.obsmarker', + default=None, +) coreconfigitem('diff', 'nodates', default=None, )