mercurial/hgweb/webcommands.py
changeset 20023 2771e59afac4
parent 20022 d85dfe211c71
child 20095 1c46b18b0e1c
--- a/mercurial/hgweb/webcommands.py	Sun Nov 10 18:07:56 2013 +0400
+++ b/mercurial/hgweb/webcommands.py	Sun Nov 10 18:23:29 2013 +0400
@@ -840,7 +840,7 @@
         l = []
 
         repo = web.repo
-        revs = repo.changelog.revs(start, end - 1)
+        revs = fctx.filelog().revs(start, end - 1)
         for i in revs:
             iterfctx = fctx.filectx(i)