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

Signed-off-by: Simon Hausmann <simon@lst.de>
maint
Simon Hausmann 2007-06-11 08:54:45 +02:00
parent 6e5295c4d3
commit 86fda6a327
1 changed files with 1 additions and 1 deletions

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,