##// END OF EJS Templates
delta-find: move final debug processing in a `_dbg_process_data` method...
marmoute -
r51543:4d84b6d5 stable
parent child Browse files
Show More
@@ -1471,7 +1471,10 b' class deltacomputer:'
1471 1471 if target_key:
1472 1472 target_revlog += b'%s:' % target_key
1473 1473 dbg['target-revlog'] = target_revlog
1474 self._dbg_process_data(dbg)
1475 return deltainfo
1474 1476
1477 def _dbg_process_data(self, dbg):
1475 1478 if self._debug_info is not None:
1476 1479 self._debug_info.append(dbg)
1477 1480
@@ -1505,7 +1508,6 b' class deltacomputer:'
1505 1508 dbg["duration"],
1506 1509 )
1507 1510 self._write_debug(msg)
1508 return deltainfo
1509 1511
1510 1512
1511 1513 def delta_compression(default_compression_header, deltainfo):
General Comments 0
You need to be logged in to leave comments. Login now