mercurial/configitems.py
changeset 49037 bb76343959d6
parent 49036 9e2ac831f503
child 49039 0940a45cc838
--- a/mercurial/configitems.py	Mon Apr 04 15:36:17 2022 +0200
+++ b/mercurial/configitems.py	Mon Apr 04 15:36:32 2022 +0200
@@ -1753,6 +1753,12 @@
     generic=True,
 )
 coreconfigitem(
+    b'paths',
+    b'.*:pushrev',
+    default=None,
+    generic=True,
+)
+coreconfigitem(
     b'phases',
     b'checksubrepos',
     default=b'follow',