mercurial/configitems.py
changeset 48242 4d2ab365699e
parent 48235 5c567aca080d
child 48295 bf11ff22a9af
--- a/mercurial/configitems.py	Fri Oct 15 03:28:28 2021 +0200
+++ b/mercurial/configitems.py	Fri Oct 15 03:49:05 2021 +0200
@@ -207,11 +207,6 @@
     b'pushing',
     default=list,
 )
-coreconfigitem(
-    b'bookmarks',
-    b'mirror',
-    default=False,
-)
 # bundle.mainreporoot: internal hack for bundlerepo
 coreconfigitem(
     b'bundle',