hgext/hgcia.py
changeset 24987 fd7287f0b43c
parent 24306 6ddc86eedc3b
child 25186 80c5b2666a96
--- a/hgext/hgcia.py	Tue Apr 14 12:45:15 2015 -0700
+++ b/hgext/hgcia.py	Mon May 04 10:01:03 2015 +0900
@@ -43,7 +43,7 @@
 
 from mercurial.i18n import _
 from mercurial.node import bin, short
-from mercurial import cmdutil, patch, templater, util, mail
+from mercurial import cmdutil, patch, util, mail
 import email.Parser
 
 import socket, xmlrpclib
@@ -206,7 +206,6 @@
                 template = self.dstemplate
             else:
                 template = self.deftemplate
-        template = templater.parsestring(template, quoted=False)
         t = cmdutil.changeset_templater(self.ui, self.repo, False, None,
                                         template, style, False)
         self.templater = t