git-p4: stop ignoring apple filetype
[gitweb.git] / contrib / fast-import / git-p4
index 0490ca563b377385cafa5e17e52e271894ca5743..6b91595ff6c9e55bb13c3f169511bebb09c3c0b9 100755 (executable)
@@ -1247,11 +1247,6 @@ class P4Sync(Command, P4UserMap):
     # - helper for streamP4Files
 
     def streamOneP4File(self, file, contents):
-        if file["type"] == "apple":
-            print "\nfile %s is a strange apple file that forks. Ignoring" % \
-                file['depotFile']
-            return
-
         relPath = self.stripRepoPath(file['depotFile'], self.branchPrefixes)
         relPath = self.wildcard_decode(relPath)
         if verbose: