# HG changeset patch # User mpm@selenic.com # Date 1117477281 28800 # Node ID c88ef31fb5c00b4b2162d1146e3c76c0df3fddd2 # Parent b388603984fc101875d3c6ff0ed319001bf4aac0 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----- diff -r b388603984fc -r c88ef31fb5c0 hg diff -r b388603984fc -r c88ef31fb5c0 mercurial/hgweb.py --- 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