mercurial/configitems.py
changeset 40412 ab09e797fbed
parent 40400 db0dba2d157d
child 40413 1ddd202c47d9
equal deleted inserted replaced
40411:bad46c934c31 40412:ab09e797fbed
   697     default=True,
   697     default=True,
   698 )
   698 )
   699 coreconfigitem('fsmonitor', 'warn_update_file_count',
   699 coreconfigitem('fsmonitor', 'warn_update_file_count',
   700     default=50000,
   700     default=50000,
   701 )
   701 )
       
   702 coreconfigitem('help', 'hidden-command\..*',
       
   703     default=False,
       
   704     generic=True,
       
   705 )
   702 coreconfigitem('hooks', '.*',
   706 coreconfigitem('hooks', '.*',
   703     default=dynamicdefault,
   707     default=dynamicdefault,
   704     generic=True,
   708     generic=True,
   705 )
   709 )
   706 coreconfigitem('hgweb-paths', '.*',
   710 coreconfigitem('hgweb-paths', '.*',