mirror of
https://github.com/frej/fast-export.git
synced 2026-03-06 10:10:43 +01:00
Fix depot-paths encoding for multi-path imports (don't split up //depot/path/foo)
This commit is contained in:
2
git-p4
2
git-p4
@@ -1312,7 +1312,7 @@ class P4Sync(Command):
|
||||
parent = self.initialParents[branch]
|
||||
del self.initialParents[branch]
|
||||
|
||||
self.commit(description, filesForCommit, branch, branchPrefix, parent)
|
||||
self.commit(description, filesForCommit, branch, [branchPrefix], parent)
|
||||
else:
|
||||
files = self.extractFilesFromCommit(description)
|
||||
self.commit(description, files, self.branch, self.depotPaths,
|
||||
|
||||
Reference in New Issue
Block a user