comparison mercurial/configitems.py @ 34591:f00eef0922ff

configitems: register the 'pager.pager' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 03:45:14 +0200
parents 95f4e5b1ec92
children e7dbccabc982
comparison
equal deleted inserted replaced
34590:95f4e5b1ec92 34591:f00eef0922ff
381 default=lambda: ['*'], 381 default=lambda: ['*'],
382 ) 382 )
383 coreconfigitem('pager', 'ignore', 383 coreconfigitem('pager', 'ignore',
384 default=list, 384 default=list,
385 ) 385 )
386 coreconfigitem('pager', 'pager',
387 default=dynamicdefault,
388 )
386 coreconfigitem('patch', 'eol', 389 coreconfigitem('patch', 'eol',
387 default='strict', 390 default='strict',
388 ) 391 )
389 coreconfigitem('patch', 'fuzz', 392 coreconfigitem('patch', 'fuzz',
390 default=2, 393 default=2,