mercurial/configitems.py
changeset 49039 0940a45cc838
parent 49037 bb76343959d6
child 49084 ea98850a136e
--- a/mercurial/configitems.py	Thu Apr 07 15:29:02 2022 +0200
+++ b/mercurial/configitems.py	Mon Apr 04 13:36:37 2022 +0000
@@ -1759,6 +1759,12 @@
     generic=True,
 )
 coreconfigitem(
+    b'paths',
+    b'.*:pushurl',
+    default=None,
+    generic=True,
+)
+coreconfigitem(
     b'phases',
     b'checksubrepos',
     default=b'follow',