Show More
@@ -2220,9 +2220,6 b' def perfhelperpathcopies(ui, repo, revs=' | |||
|
2220 | 2220 | |
|
2221 | 2221 | fm.end() |
|
2222 | 2222 | if dostats: |
|
2223 | # use a second formatter because the data are quite different, not sure | |
|
2224 | # how it flies with the templater. | |
|
2225 | fm = ui.formatter(b'perf', opts) | |
|
2226 | 2223 | entries = [ |
|
2227 | 2224 | ('nbrevs', 'number of revision covered'), |
|
2228 | 2225 | ('nbmissingfiles', 'number of missing files at head'), |
General Comments 0
You need to be logged in to leave comments.
Login now