mercurial/bundlerepo.py
changeset 6750 fb42030d79d6
parent 6647 602f7c1ab954
child 6953 63b5f4c73c98
--- a/mercurial/bundlerepo.py	Thu Jun 26 14:35:50 2008 -0500
+++ b/mercurial/bundlerepo.py	Thu Jun 26 14:35:50 2008 -0500
@@ -34,7 +34,7 @@
             for chunk in changegroup.chunkiter(bundlefile):
                 pos = bundlefile.tell()
                 yield chunk, pos - len(chunk)
-        n = self.count()
+        n = len(self)
         prev = None
         for chunk, start in chunkpositer():
             size = len(chunk)