diff -r 02b127749dc0 -r cdd33a048289 hgext/convert/__init__.py --- a/hgext/convert/__init__.py Fri Jul 20 09:31:32 2007 +0200 +++ b/hgext/convert/__init__.py Sat Jul 21 10:30:51 2007 +0200 @@ -192,7 +192,7 @@ def copy(self, rev): c = self.commitcache[rev] files = self.source.getchanges(rev) - + do_copies = (hasattr(c, 'copies') and hasattr(self.dest, 'copyfile')) for f, v in files: