notify: remove unused url() method
authorPatrick Mezard <pmezard@gmail.com>
Wed, 13 Jul 2011 19:23:33 +0200
changeset 14869 647071c6dfcf
parent 14868 cdd6ecfd3bcd
child 14871 3a65e3f34b8c
notify: remove unused url() method
hgext/notify.py
--- 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: