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-----
--- 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