# HG changeset patch # User Boris Feld # Date 1545184668 -3600 # Node ID e88ced97151db99196c16b3db31a19daf6df5d5d # Parent c83ce53959cacaae88d61a88a298b06e94812441 perfrevlogwrite: fix a typo in the option name The submitted patches was apparently damaged, and a 's' was missing. diff -r c83ce53959ca -r e88ced97151d contrib/perf.py --- 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: