diff contrib/perf.py @ 41012: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 21a9cace4bbf
children f36fd52dae8f
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: