diff -r c4ce828e8074 -r cf7741aa1e96 mercurial/hgweb/webcommands.py --- a/mercurial/hgweb/webcommands.py Thu Nov 27 01:35:12 2008 +0100 +++ b/mercurial/hgweb/webcommands.py Thu Nov 27 16:07:13 2008 +0100 @@ -562,7 +562,7 @@ "branch": webutil.nodebranchnodefault(ctx), "inbranch": webutil.nodeinbranch(web.repo, ctx), "branches": webutil.nodebranchdict(web.repo, ctx)}) - + if limit > 0: l = l[:limit]