hgext/record.py
changeset 6210 942287cb1f57
parent 6163 1f733c2f0165
child 6212 e75aab656f46
--- a/hgext/record.py	Fri Mar 07 00:01:13 2008 +0100
+++ b/hgext/record.py	Fri Mar 07 00:24:36 2008 +0100
@@ -67,8 +67,8 @@
 
 class header(object):
     """patch header
-    
-    XXX shoudn't we move this to mercurial/patch.py ? 
+
+    XXX shoudn't we move this to mercurial/patch.py ?
     """
     diff_re = re.compile('diff --git a/(.*) b/(.*)$')
     allhunks_re = re.compile('(?:index|new file|deleted file) ')
@@ -134,7 +134,7 @@
 
 class hunk(object):
     """patch hunk
-    
+
     XXX shouldn't we merge this with patch.hunk ?
     """
     maxcontext = 3
@@ -267,7 +267,7 @@
     applied = {}        # 'filename' -> [] of chunks
     def prompt(query):
         """prompt query, and process base inputs
-        
+
         - y/n for the rest of file
         - y/n for the rest
         - ? (help)