##// END OF EJS Templates
configitems: use raw strings for hidden-{command,topic} items...
Gregory Szorc -
r41679:b5642239 default
parent child Browse files
Show More
@@ -720,11 +720,11 b" coreconfigitem('fsmonitor', 'warn_when_u"
720 720 coreconfigitem('fsmonitor', 'warn_update_file_count',
721 721 default=50000,
722 722 )
723 coreconfigitem('help', 'hidden-command\..*',
723 coreconfigitem('help', br'hidden-command\..*',
724 724 default=False,
725 725 generic=True,
726 726 )
727 coreconfigitem('help', 'hidden-topic\..*',
727 coreconfigitem('help', br'hidden-topic\..*',
728 728 default=False,
729 729 generic=True,
730 730 )
General Comments 0
You need to be logged in to leave comments. Login now