hgext/convert/p4.py
changeset 8843 eb7b247a98ea
parent 8829 ce4b92f5cea7
child 9039 8761863c3118
child 9474 6ea653272c09
--- a/hgext/convert/p4.py	Fri Jun 19 13:44:23 2009 +0200
+++ b/hgext/convert/p4.py	Fri Jun 19 13:47:50 2009 +0200
@@ -159,7 +159,7 @@
 
             if code == "error":
                 raise IOError(d["generic"], data)
-            
+
             elif code == "stat":
                 p4type = self.re_type.match(d["type"])
                 if p4type:
@@ -173,7 +173,7 @@
                         keywords = self.re_keywords_old
                     elif "k" in flags:
                         keywords = self.re_keywords
-            
+
             elif code == "text" or code == "binary":
                 contents += data