mercurial/profiling.py
changeset 36400 7b86aa31b004
parent 34412 83dfbda40e67
child 36683 e39953fdd924
--- a/mercurial/profiling.py	Sat Feb 24 16:16:14 2018 +0530
+++ b/mercurial/profiling.py	Sat Feb 24 16:18:40 2018 +0530
@@ -143,7 +143,7 @@
         elif profformat == 'hotpath':
             # inconsistent config: profiling.showmin
             limit = ui.configwith(fraction, 'profiling', 'showmin', 0.05)
-            kwargs['limit'] = limit
+            kwargs[r'limit'] = limit
 
         statprof.display(fp, data=data, format=displayformat, **kwargs)