mercurial/configitems.py
changeset 41538 b5642239fb32
parent 41492 02186c6871ac
child 41558 901ebc81ffb3
--- a/mercurial/configitems.py	Mon Feb 04 09:03:10 2019 -0800
+++ b/mercurial/configitems.py	Mon Feb 04 09:13:05 2019 -0800
@@ -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,
 )