mercurial/configitems.py
changeset 33170 f15850eff735
parent 33169 1969adf2139a
child 33171 1a6f28439135
equal deleted inserted replaced
33169:1969adf2139a 33170:f15850eff735
    72     default=False,
    72     default=False,
    73 )
    73 )
    74 coreconfigitem('devel', 'servercafile',
    74 coreconfigitem('devel', 'servercafile',
    75     default='',
    75     default='',
    76 )
    76 )
       
    77 coreconfigitem('devel', 'serverexactprotocol',
       
    78     default='',
       
    79 )
    77 coreconfigitem('patch', 'fuzz',
    80 coreconfigitem('patch', 'fuzz',
    78     default=2,
    81     default=2,
    79 )
    82 )
    80 coreconfigitem('ui', 'clonebundleprefers',
    83 coreconfigitem('ui', 'clonebundleprefers',
    81     default=list,
    84     default=list,