hgext/hgcia.py
changeset 10611 e764f24a45ee
parent 10529 076e8a8000a3
child 11750 26e413f55b5e
--- a/hgext/hgcia.py	Mon Mar 08 11:12:48 2010 -0600
+++ b/hgext/hgcia.py	Mon Mar 08 19:43:24 2010 +0100
@@ -113,7 +113,7 @@
 
         n = self.ctx.node()
         pbuf = patchbuf()
-        patch.export(self.cia.repo, [n], fp=pbuf)
+        cmdutil.export(self.cia.repo, [n], fp=pbuf)
         return patch.diffstat(pbuf.lines) or ''
 
     def logmsg(self):