Show More
@@ -2122,7 +2122,7 b' def perfhelperpathcopies(ui, repo, revs=' | |||||
2122 | data = { |
|
2122 | data = { | |
2123 | b'source': base.hex(), |
|
2123 | b'source': base.hex(), | |
2124 | b'destination': parent.hex(), |
|
2124 | b'destination': parent.hex(), | |
2125 |
b'nbrevs': len(repo.revs('%d |
|
2125 | b'nbrevs': len(repo.revs('only(%d, %d)', p, b)), | |
2126 | b'nbmissingfiles': len(missing), |
|
2126 | b'nbmissingfiles': len(missing), | |
2127 | } |
|
2127 | } | |
2128 | if dostats: |
|
2128 | if dostats: |
General Comments 0
You need to be logged in to leave comments.
Login now