diff -r 217703f760d1 -r 4612cded5176 mercurial/hgweb/webcommands.py --- a/mercurial/hgweb/webcommands.py Mon Feb 08 15:06:26 2010 +0100 +++ b/mercurial/hgweb/webcommands.py Mon Feb 08 15:36:34 2010 +0100 @@ -707,7 +707,7 @@ dag = graphmod.revisions(web.repo, rev, downrev) tree = list(graphmod.colored(dag)) - canvasheight = (len(tree) + 1) * bg_height - 27; + canvasheight = (len(tree) + 1) * bg_height - 27 data = [] for (id, type, ctx, vtx, edges) in tree: if type != graphmod.CHANGESET: