##// END OF EJS Templates
convert: p4: ignore purged files with p4d 2012.2 and later...
Mads Kiilerich -
r22294:754f208c default
parent child Browse files
Show More
@@ -164,6 +164,8 b' class p4_source(converter_source):'
164 164 raise IOError(d["generic"], data)
165 165
166 166 elif code == "stat":
167 if d.get("action") == "purge":
168 return None, None
167 169 p4type = self.re_type.match(d["type"])
168 170 if p4type:
169 171 mode = ""
General Comments 0
You need to be logged in to leave comments. Login now