Mercurial > hg-stable
changeset 572:cb7cd12e00f1
[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-----
author | mpm@selenic.com |
---|---|
date | Sat, 02 Jul 2005 12:45:53 -0800 |
parents | c7364b985ca2 |
children | fbfbd4e506c3 |
files | mercurial/hgweb.py |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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: