Show More
@@ -177,7 +177,7 b' def perftemplating(ui, repo):' | |||
|
177 | 177 | ui.popbuffer() |
|
178 | 178 | |
|
179 | 179 | def perfcca(ui, repo): |
|
180 |
timer(lambda: scmutil.casecollisionauditor(ui, False, repo |
|
|
180 | timer(lambda: scmutil.casecollisionauditor(ui, False, repo.dirstate)) | |
|
181 | 181 | |
|
182 | 182 | def perffncacheload(ui, repo): |
|
183 | 183 | from mercurial import scmutil, store |
General Comments 0
You need to be logged in to leave comments.
Login now