Mercurial > hg
comparison tests/tinyproxy.py @ 32224:6b582f9b6e5e
perf: don't clobber startrev variable
Previously, the "startrev" argument would be ignored due to
"startrev = 0" in the benchmark function. This meant that
`hg perfrevlog` always started at revision 0.
Rename the local variable to "beginrev" so the variable does the
right thing.
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sat, 06 May 2017 10:59:38 -0700 |
parents | b2a41a826d71 |
children | 23b07333a8b2 |
comparison
equal
deleted
inserted
replaced
32223:d7f93ebbbbdf | 32224:6b582f9b6e5e |
---|