# HG changeset patch # User Matt Mackall # Date 1213224567 18000 # Node ID 5fb42da426cd8cb1e737171fdb3c1e028299e172 # Parent 7ca74741259fef5234eba75712e87b525ed9c562# Parent bc553c6d1ef9b4360fe2fc6b65f50862e519d2fa Merge with crew diff -r 7ca74741259f -r 5fb42da426cd mercurial/hgweb/webcommands.py --- a/mercurial/hgweb/webcommands.py Tue Jun 10 12:11:06 2008 -0500 +++ b/mercurial/hgweb/webcommands.py Wed Jun 11 17:49:27 2008 -0500 @@ -129,7 +129,7 @@ if miss: continue - count = 1 + count += 1 n = ctx.node() showtags = webutil.showtag(web.repo, tmpl, 'changelogtag', n) @@ -362,7 +362,7 @@ if k == "tip": # skip tip continue - count = 1 + count += 1 if count > 10: # limit to 10 tags break