changeset 7434 | cf7741aa1e96 |
parent 7410 | f1111704061e |
child 7565 | 5f162f61e479 |
--- 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]