mercurial/revlogutils/constants.py
changeset 49768 bcae90c53def
parent 49677 05db41701ece
child 51859 f4733654f144
equal deleted inserted replaced
49767:f1887500f3ec 49768:bcae90c53def
   313 # Prioritize trying the cached delta base
   313 # Prioritize trying the cached delta base
   314 #
   314 #
   315 # The delta base will be tested for validy first. So that the cached deltas get
   315 # The delta base will be tested for validy first. So that the cached deltas get
   316 # used when possible.
   316 # used when possible.
   317 DELTA_BASE_REUSE_TRY = 1
   317 DELTA_BASE_REUSE_TRY = 1
       
   318 DELTA_BASE_REUSE_FORCE = 2