hgext/record.py
changeset 5143 d4fa6bafc43a
parent 5129 eca5b31cffc7
child 5147 c80af96943aa
--- a/hgext/record.py	Tue Aug 07 10:28:14 2007 +0200
+++ b/hgext/record.py	Tue Aug 07 10:28:43 2007 +0200
@@ -71,7 +71,7 @@
         for h in self.header:
             if h.startswith('index '):
                 return True
-        
+
     def pretty(self, fp):
         for h in self.header:
             if h.startswith('index '):
@@ -213,7 +213,7 @@
             'range': {'context': addcontext,
                       'hunk': addhunk},
             }
-             
+
     p = parser()
 
     state = 'context'
@@ -311,7 +311,7 @@
         for h in chunks:
             try: contenders.update(dict.fromkeys(h.files()))
             except AttributeError: pass
-            
+
         newfiles = [f for f in files if f in contenders]
 
         if not newfiles: