# HG changeset patch # User mpm@selenic.com # Date 1120337153 28800 # Node ID cb7cd12e00f15967c7dbb338d8e0295447618a77 # Parent c7364b985ca2309e17ff0efb121d2ae6cf0e044e [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 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----- diff --git a/mercurial/hgweb.py b/mercurial/hgweb.py --- a/mercurial/hgweb.py +++ b/mercurial/hgweb.py @@ -151,10 +151,6 @@ class hgweb: 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: