--- a/hgext/convert/cvs.py Thu Oct 04 23:21:37 2007 -0300
+++ b/hgext/convert/cvs.py Thu Oct 04 23:21:37 2007 -0300
@@ -266,3 +266,9 @@
def gettags(self):
return self.tags
+
+ def getchangedfiles(self, rev, i):
+ files = self.files[rev].keys()
+ files.sort()
+ return files
+