mercurial/configitems.py
branchstable
changeset 46370 7289eac777ec
parent 46368 86b019899737
child 46546 d67732a4b58a
--- a/mercurial/configitems.py	Wed Feb 10 22:43:16 2021 +0100
+++ b/mercurial/configitems.py	Wed Feb 10 23:21:21 2021 +0100
@@ -1315,6 +1315,12 @@
     generic=True,
 )
 coreconfigitem(
+    b'hooks',
+    b'.*:run-with-plain',
+    default=True,
+    generic=True,
+)
+coreconfigitem(
     b'hgweb-paths',
     b'.*',
     default=list,