Mercurial > hg
changeset 14869:647071c6dfcf
notify: remove unused url() method
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Wed, 13 Jul 2011 19:23:33 +0200 |
parents | cdd6ecfd3bcd |
children | 3a65e3f34b8c |
files | hgext/notify.py |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/notify.py Wed Jul 13 19:23:12 2011 +0200 +++ b/hgext/notify.py Wed Jul 13 19:23:33 2011 +0200 @@ -167,9 +167,6 @@ return [mail.addressencode(self.ui, s, self.charsets, self.test) for s in sorted(subs)] - def url(self, path=None): - return self.ui.config('web', 'baseurl') + (path or self.root) - def node(self, ctx, **props): '''format one changeset, unless it is a suppressed merge.''' if not self.merge and len(ctx.parents()) > 1: