mercurial/debugcommands.py
changeset 51059 47d43efda8b7
parent 51046 f636103c4d67
child 51070 d7f975e49f20
equal deleted inserted replaced
51058:8bdb2478c4bc 51059:47d43efda8b7
   804     )
   804     )
   805     index = r.index
   805     index = r.index
   806     start = r.start
   806     start = r.start
   807     length = r.length
   807     length = r.length
   808     generaldelta = r.delta_config.general_delta
   808     generaldelta = r.delta_config.general_delta
   809     withsparseread = getattr(r, '_withsparseread', False)
   809     withsparseread = r.data_config.with_sparse_read
   810 
   810 
   811     # security to avoid crash on corrupted revlogs
   811     # security to avoid crash on corrupted revlogs
   812     total_revs = len(index)
   812     total_revs = len(index)
   813 
   813 
   814     chain_size_cache = {}
   814     chain_size_cache = {}