Fix from belinda.lawson@onair.aero
authorPaul Crowley <paul@lshift.net>
Fri, 20 Feb 2009 11:09:28 +0000
changeset 41 de0c61b778fa
parent 40 abbb822779da
child 42 0e77495e91e2
Fix from belinda.lawson@onair.aero
src/access.py
--- a/src/access.py	Fri Feb 20 11:06:44 2009 +0000
+++ b/src/access.py	Fri Feb 20 11:09:28 2009 +0000
@@ -50,7 +50,7 @@
                            'incoming changesets') % hooktype)
     c = Checker(ui, repo)
     start = repo.changelog.rev(bin(node))
-    end = repo.changelog.count()
+    end = len(repo.changelog)
     for rev in xrange(start, end):
         c.check(repo.changelog.node(rev))