# HG changeset patch # User Patrick Mezard # Date 2011-07-13 17:23:33 # Node ID 647071c6dfcfc19a4dedb37c1e4c0b60378d953b # Parent cdd6ecfd3bcdd2f7ff20fd0353b8a24a9fa53356 notify: remove unused url() method diff --git a/hgext/notify.py b/hgext/notify.py --- a/hgext/notify.py +++ b/hgext/notify.py @@ -167,9 +167,6 @@ class notifier(object): 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: