hgext/convert/cvs.py
changeset 5381 6874368120dc
parent 5308 9400d677efc7
child 5481 003d1f174fe1
child 5497 f0a3918abd42
--- 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
+