hgext/churn.py
changeset 7762 fece056bf240
parent 7626 551afd4a4691
child 7870 7bcce39e8f07
child 7873 4a4c7f6a5912
--- a/hgext/churn.py	Sat Feb 14 01:07:44 2009 +0100
+++ b/hgext/churn.py	Sat Feb 14 22:40:39 2009 +0100
@@ -15,7 +15,7 @@
 def maketemplater(ui, repo, tmpl):
     tmpl = templater.parsestring(tmpl, quoted=False)
     try:
-        t = cmdutil.changeset_templater(ui, repo, False, None, False)
+        t = cmdutil.changeset_templater(ui, repo, False, None, None, False)
     except SyntaxError, inst:
         raise util.Abort(inst.args[0])
     t.use_template(tmpl)