diff -r eea2db5f56ba -r e764f24a45ee hgext/hgcia.py --- 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):