Merge with crew
authorBryan O'Sullivan <bos@serpentine.com>
Mon, 28 Sep 2009 13:21:41 -0700
changeset 9487 90ae579924e4
parent 9485 7d6ac5d7917c (current diff)
parent 9486 dd8d10c36c9c (diff)
child 9488 33a6213a974e
Merge with crew
hgext/notify.py
--- a/hgext/notify.py	Sun Sep 27 10:12:02 2009 +0200
+++ b/hgext/notify.py	Mon Sep 28 13:21:41 2009 -0700
@@ -165,11 +165,11 @@
     def url(self, path=None):
         return self.ui.config('web', 'baseurl') + (path or self.root)
 
-    def node(self, ctx):
+    def node(self, ctx, **props):
         '''format one changeset.'''
         self.t.show(ctx, changes=ctx.changeset(),
                     baseurl=self.ui.config('web', 'baseurl'),
-                    root=self.repo.root, webroot=self.root)
+                    root=self.repo.root, webroot=self.root, **props)
 
     def skipsource(self, source):
         '''true if incoming changes from this source should be skipped.'''