[PATCH 5/5]: cleaning the template parent management in hgweb
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
[PATCH 5/5]: cleaning the template parent management in hgweb
From: Goffredo Baroncelli <kreijack@libero.it>
remove the unused function hgweb.parent()
manifest hash:
cd5a8812bc0ecbefb2e9e007f6e2bad12cd9e485
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCxv0BywK+sNU5EO8RAtw8AJ4ttjQzg2ZT+17r054Uaidvn34ruwCgtTDt
Gcr7hR1VvMyFC70IWBdXIpE=
=oKEL
-----END PGP SIGNATURE-----
--- a/mercurial/hgweb.py Sat Jul 02 12:34:45 2005 -0800
+++ b/mercurial/hgweb.py Sat Jul 02 12:45:53 2005 -0800
@@ -151,10 +151,6 @@
if len(files) > self.maxfiles:
yield self.t("fileellipses")
- def parent(self, t1, node=nullid, rev=-1, **args):
- if node != hex(nullid):
- yield self.t(t1, node = node, rev = rev, **args)
-
def parents(self, t1, nodes=[], rev=None,**args):
if not rev: rev = lambda x: ""
for node in nodes: