Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/configitems.py @ 40488:ab09e797fbed
help: allow commands to be hidden
This is useful in enterprise environments where some workflows are
discouraged.
Differential Revision: https://phab.mercurial-scm.org/D5076
author | rdamazio@google.com |
---|---|
date | Sat, 13 Oct 2018 05:02:55 -0700 |
parents | db0dba2d157d |
children | 1ddd202c47d9 |
comparison
equal
deleted
inserted
replaced
40487:bad46c934c31 | 40488: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', '.*', |