diff mercurial/hgweb.py @ 1574:32b091ce4026

[hgweb] More gitweb style related fixes Fixed manifest link on tags page Fixed changeset link on manifest page
author Josef "Jeff" Sipek <jeffpc@optonline.net>
date Mon, 05 Dec 2005 05:01:28 -0500
parents 385b8872b8e3
children 0a1cca912fda
line wrap: on
line diff
--- a/mercurial/hgweb.py	Mon Dec 05 04:49:37 2005 -0500
+++ b/mercurial/hgweb.py	Mon Dec 05 05:01:28 2005 -0500
@@ -632,6 +632,7 @@
             for k,n in i:
                 yield {"parity": parity,
                        "tag": k,
+		       "manifest": hex(cl.read(n)[0]),
 		       "date": cl.read(n)[2],
                        "node": hex(n)}
                 parity = 1 - parity