mercurial/configitems.py
changeset 44636 c70bcaf7927b
parent 44634 01b0805534bb
child 44788 6493f0a567c2
equal deleted inserted replaced
44635:99ea74cbed74 44636:c70bcaf7927b
   405 coreconfigitem(
   405 coreconfigitem(
   406     b'devel', b'legacy.exchange', default=list,
   406     b'devel', b'legacy.exchange', default=list,
   407 )
   407 )
   408 # TODO before getting `persistent-nodemap` out of experimental
   408 # TODO before getting `persistent-nodemap` out of experimental
   409 #
   409 #
   410 # * regenerate a new nodemap when the unused/total ration is to high
       
   411 # * decide for a "status" of the persistent nodemap and associated location
   410 # * decide for a "status" of the persistent nodemap and associated location
   412 #   - part of the store next the revlog itself (new requirements)
   411 #   - part of the store next the revlog itself (new requirements)
   413 #   - part of the cache directory
   412 #   - part of the cache directory
   414 #   - part of an `index` directory
   413 #   - part of an `index` directory
   415 #     (https://www.mercurial-scm.org/wiki/ComputedIndexPlan)
   414 #     (https://www.mercurial-scm.org/wiki/ComputedIndexPlan)