hgext/convert/common.py
changeset 5760 0145f9afb0e7
parent 5556 61fdf2558c0a
child 5832 2192ed187319
--- a/hgext/convert/common.py	Sat Dec 29 01:14:45 2007 +0100
+++ b/hgext/convert/common.py	Sat Dec 29 19:49:48 2007 +0100
@@ -104,13 +104,13 @@
 
     def getchangedfiles(self, rev, i):
         """Return the files changed by rev compared to parent[i].
-    
+
         i is an index selecting one of the parents of rev.  The return
         value should be the list of files that are different in rev and
         this parent.
 
         If rev has no parents, i is None.
-    
+
         This function is only needed to support --filemap
         """
         raise NotImplementedError()
@@ -279,7 +279,7 @@
                 self.order.append(key)
             super(mapfile, self).__setitem__(key, value)
         fp.close()
-            
+
     def __setitem__(self, key, value):
         if self.fp is None:
             try: