changeset 198:c88ef31fb5c0

hgweb: fix tip so that it doesn't need refreshing -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hgweb: fix tip so that it doesn't need refreshing manifest hash: 5bf1837a29c5612872ab206053f9d15e899e3664 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCm1mhywK+sNU5EO8RAjdQAKCLrRFv2/rfHYNI2tFvF5HKINaTjQCfRhxo ca39aZ0SaNeCBqc1nMPOTcw= =4pHG -----END PGP SIGNATURE-----
author mpm@selenic.com
date Mon, 30 May 2005 10:21:21 -0800
parents b388603984fc
children 2424676edd8c
files hg mercurial/hgweb.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/hgweb.py	Mon May 30 09:20:39 2005 -0800
+++ b/mercurial/hgweb.py	Mon May 30 10:21:21 2005 -0800
@@ -218,7 +218,7 @@
             for label, rev in l:
                 yield self.t("naventry", label = label, rev = rev)
 
-            yield self.t("naventry", rev = count - 1, label="tip")
+            yield self.t("naventry", label="tip")
 
         def changelist():
             parity = (start - end) & 1