##// 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 coreconfigitem('fsmonitor', 'warn_update_file_count',
720 coreconfigitem('fsmonitor', 'warn_update_file_count',
721 default=50000,
721 default=50000,
722 )
722 )
723 coreconfigitem('help', 'hidden-command\..*',
723 coreconfigitem('help', br'hidden-command\..*',
724 default=False,
724 default=False,
725 generic=True,
725 generic=True,
726 )
726 )
727 coreconfigitem('help', 'hidden-topic\..*',
727 coreconfigitem('help', br'hidden-topic\..*',
728 default=False,
728 default=False,
729 generic=True,
729 generic=True,
730 )
730 )
General Comments 0
You need to be logged in to leave comments. Login now