perfrevlogwrite: fix a typo in the option name
authorBoris Feld <boris.feld@octobus.net>
Wed, 19 Dec 2018 02:57:48 +0100
changeset 41002 e88ced97151d
parent 41001 c83ce53959ca
child 41003 87c98ffbc8c7
perfrevlogwrite: fix a typo in the option name The submitted patches was apparently damaged, and a 's' was missing.
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: