Mercurial > hg
comparison tests/test-casefolding.t @ 19292:e0aa6fff8f02
annotate: simplify annotate parent function
The annotate algorithm used a custom parents() function to try to reuse
filectx and filelogs. I simplified it a bit to rely more heavily on the
self.parents() which makes it work well with alternative filectx
implementations. I tested performance on a file with 5000+ revisions
but no renames, and on a file with 500 revisions repeating a series of
4 edits+renames and saw zero performance hit. In fact, it was reliably a
couple milliseconds faster now.
Added the perfannotate command to contrib/perf.py for future use.
author | Durham Goode <durham@fb.com> |
---|---|
date | Thu, 30 May 2013 19:29:03 -0700 |
parents | 24877c50aada |
children | 7a9cbb315d84 |
comparison
equal
deleted
inserted
replaced
19291:93635f69c93b | 19292:e0aa6fff8f02 |
---|