Mercurial > hg
changeset 41002:e88ced97151d
perfrevlogwrite: fix a typo in the option name
The submitted patches was apparently damaged, and a 's' was missing.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Wed, 19 Dec 2018 02:57:48 +0100 |
parents | c83ce53959ca |
children | 87c98ffbc8c7 |
files | contrib/perf.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/perf.py Wed Dec 19 19:20:21 2018 -0500 +++ b/contrib/perf.py Wed Dec 19 02:57:48 2018 +0100 @@ -1747,7 +1747,7 @@ lazydeltabase = opts['lazydeltabase'] source = opts['source'] - clearcaches = opts['clear_cache'] + clearcaches = opts['clear_caches'] validsource = (b'full', b'parent-1', b'parent-2', b'parent-smallest', b'storage') if source not in validsource: