1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-18 04:16:10 +02:00

Fix depot-paths encoding for multi-path imports (don't split up //depot/path/foo)

Signed-off-by: Simon Hausmann <simon@lst.de>
This commit is contained in:
Simon Hausmann 2007-06-11 08:54:45 +02:00
parent 6e5295c4d3
commit 86fda6a327

View File

@ -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,