changeset 22300 | 35ab037de989 |
parent 22296 | 650b5b6e75ed |
child 24395 | 216fa1ba9993 |
--- a/hgext/convert/bzr.py Tue Aug 26 22:03:32 2014 +0200 +++ b/hgext/convert/bzr.py Tue Aug 26 22:03:32 2014 +0200 @@ -134,8 +134,9 @@ sio = revtree.get_file(fileid) return sio.read(), mode - def getchanges(self, version): - # set up caches: modecache and revtree + def getchanges(self, version, full): + if full: + raise util.Abort(_("convert from cvs do not support --full")) self._modecache = {} self._revtree = self.sourcerepo.revision_tree(version) # get the parentids from the cache