mercurial/configitems.py
changeset 48242 4d2ab365699e
parent 48235 5c567aca080d
child 48295 bf11ff22a9af
equal deleted inserted replaced
48241:7d1e60244561 48242:4d2ab365699e
   205 coreconfigitem(
   205 coreconfigitem(
   206     b'bookmarks',
   206     b'bookmarks',
   207     b'pushing',
   207     b'pushing',
   208     default=list,
   208     default=list,
   209 )
   209 )
   210 coreconfigitem(
       
   211     b'bookmarks',
       
   212     b'mirror',
       
   213     default=False,
       
   214 )
       
   215 # bundle.mainreporoot: internal hack for bundlerepo
   210 # bundle.mainreporoot: internal hack for bundlerepo
   216 coreconfigitem(
   211 coreconfigitem(
   217     b'bundle',
   212     b'bundle',
   218     b'mainreporoot',
   213     b'mainreporoot',
   219     default=b'',
   214     default=b'',