hgext/keyword.py
changeset 7762 fece056bf240
parent 7534 5aca12729a0d
child 7853 af062a9fea9b
--- a/hgext/keyword.py	Sat Feb 14 01:07:44 2009 +0100
+++ b/hgext/keyword.py	Sat Feb 14 22:40:39 2009 +0100
@@ -137,7 +137,7 @@
 
         templatefilters.filters['utcdate'] = utcdate
         self.ct = cmdutil.changeset_templater(self.ui, self.repo,
-                                              False, '', False)
+                                              False, None, '', False)
 
     def substitute(self, data, path, ctx, subfunc):
         '''Replaces keywords in data with expanded template.'''