hgext/notify.py
changeset 14869 647071c6dfcf
parent 14617 23f4e1e40988
child 14940 d78b92353f26
--- 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: