Submitter | phabricator |
---|---|
Date | Feb. 4, 2019, 11:36 p.m. |
Message ID | <b2e536bada7878c1ea11fc3251c088e3@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/38403/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -720,11 +720,11 @@ coreconfigitem('fsmonitor', 'warn_update_file_count', default=50000, ) -coreconfigitem('help', 'hidden-command\..*', +coreconfigitem('help', br'hidden-command\..*', default=False, generic=True, ) -coreconfigitem('help', 'hidden-topic\..*', +coreconfigitem('help', br'hidden-topic\..*', default=False, generic=True, )