mercurial/bundlecaches.py
branchstable
changeset 51562 eac84af0c8cc
parent 50712 0913a49e020c
child 51600 ee1b648e4453
equal deleted inserted replaced
51561:7752cf4f64cc 51562:eac84af0c8cc
   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