mercurial/bundlecaches.py
changeset 51600 ee1b648e4453
parent 51575 f610d705c3ca
parent 51562 eac84af0c8cc
equal deleted inserted replaced
51599:b0aaffcb6fcf 51600:ee1b648e4453
   177 # mapping of known parameter name need their value processed
   177 # mapping of known parameter name need their value processed
   178 bundle_spec_param_processing = {
   178 bundle_spec_param_processing = {
   179     b"obsolescence": param_bool,
   179     b"obsolescence": param_bool,
   180     b"obsolescence-mandatory": param_bool,
   180     b"obsolescence-mandatory": param_bool,
   181     b"phases": param_bool,
   181     b"phases": param_bool,
       
   182     b"changegroup": param_bool,
       
   183     b"tagsfnodescache": param_bool,
       
   184     b"revbranchcache": param_bool,
   182 }
   185 }
   183 
   186 
   184 
   187 
   185 def _parseparams(s):
   188 def _parseparams(s):
   186     """parse bundlespec parameter section
   189     """parse bundlespec parameter section