equal
deleted
inserted
replaced
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', '.*', |