mirror of
https://github.com/frej/fast-export.git
synced 2026-01-17 03:32:04 +01:00
Fix file determination for #head imports
This commit is contained in:
3
git-p4
3
git-p4
@@ -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" ]:
|
||||
|
||||
Reference in New Issue
Block a user