contrib/perf.py
changeset 43160 84a950007619
parent 43130 c88075eb28e3
child 43161 9d57c2df7b5f
--- a/contrib/perf.py	Thu Oct 10 12:22:15 2019 +0200
+++ b/contrib/perf.py	Wed Oct 02 18:39:20 2019 -0400
@@ -2122,7 +2122,7 @@
                 data = {
                     b'source': base.hex(),
                     b'destination': parent.hex(),
-                    b'nbrevs': len(repo.revs('%d::%d', b, p)),
+                    b'nbrevs': len(repo.revs('only(%d, %d)', p, b)),
                     b'nbmissingfiles': len(missing),
                 }
                 if dostats: