Mercurial > hg > mercurial-crew
diff hgext/notify.py @ 14863:647071c6dfcf
notify: remove unused url() method
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Wed, 13 Jul 2011 19:23:33 +0200 (2011-07-13) |
parents | 23f4e1e40988 |
children | d78b92353f26 |
line wrap: on
line diff
--- a/hgext/notify.py +++ b/hgext/notify.py @@ -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: