Fix file determination for #head imports

This commit is contained in:
Simon Hausmann
2007-04-08 10:13:32 +02:00
parent f82f79df67
commit 13b8d8fd8d

3
git-p4
View File

@@ -938,7 +938,8 @@ class P4Sync(Command):
newestRevision = change
if info["action"] == "delete":
fileCnt = fileCnt + 1
# don't increase the file cnt, otherwise details["depotFile123"] will have gaps!
#fileCnt = fileCnt + 1
continue
for prop in [ "depotFile", "rev", "action", "type" ]: