Mercurial > hg
comparison contrib/perf.py @ 27471:fe79f86099ae
commands: consistently indent notes 3 spaces
most notes have 3 spaces for indentation, these had 2...
author | timeless <timeless@mozdev.org> |
---|---|
date | Fri, 18 Dec 2015 06:33:48 +0000 |
parents | d394a1a3708a |
children | 3dea4eae4eeb |
comparison
equal
deleted
inserted
replaced
27470:d394a1a3708a | 27471:fe79f86099ae |
---|---|
523 def doread(chain): | 523 def doread(chain): |
524 if not cache: | 524 if not cache: |
525 r.clearcaches() | 525 r.clearcaches() |
526 r._chunkraw(chain[0], chain[-1]) | 526 r._chunkraw(chain[0], chain[-1]) |
527 | 527 |
528 @util.nogc | |
528 def dodecompress(data, chain): | 529 def dodecompress(data, chain): |
529 if not cache: | 530 if not cache: |
530 r.clearcaches() | 531 r.clearcaches() |
531 | 532 |
532 start = r.start | 533 start = r.start |