mirror of
https://github.com/git/git.git
synced 2024-11-27 12:03:55 +08:00
Fix file determination for #head imports
Signed-off-by: Simon Hausmann <simon@lst.de>
This commit is contained in:
parent
f9a3a4f796
commit
c45b1cfe1e
@ -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" ]:
|
||||
|
Loading…
Reference in New Issue
Block a user