diff hgext/convert/p4.py @ 25760:648323f41a89

merge with stable
author Matt Mackall <mpm@selenic.com>
date Wed, 08 Jul 2015 16:43:49 -0500
parents 17a9da909186 501c51d60792
children 220d9ae6a9a8
line wrap: on
line diff
--- a/hgext/convert/p4.py	Wed Jul 08 17:07:45 2015 +0900
+++ b/hgext/convert/p4.py	Wed Jul 08 16:43:49 2015 -0500
@@ -210,7 +210,8 @@
                 raise IOError(d["generic"], data)
 
             elif code == "stat":
-                if d.get("action") == "purge":
+                action = d.get("action")
+                if action in ["purge", "delete", "move/delete"]:
                     return None, None
                 p4type = self.re_type.match(d["type"])
                 if p4type: