summaryrefslogtreecommitdiff
path: root/contrib/fast-import/git-p4
diff options
context:
space:
mode:
authorLibravatar Marius Storm-Olsen <mstormo_git@storm-olsen.com>2007-06-07 15:08:33 +0200
committerLibravatar Marius Storm-Olsen <mstormo_git@storm-olsen.com>2007-06-07 15:08:33 +0200
commit98ad4faf95c1e98d6f1aaccda6d96a00a3cddeed (patch)
treeac4af42199607a590cedf5b294a9f4ccb3622a95 /contrib/fast-import/git-p4
parentEnsure that the commit message is Windows formated (CRLF) before invoking the... (diff)
downloadtgif-98ad4faf95c1e98d6f1aaccda6d96a00a3cddeed.tar.xz
Fix git-p4 clone (defaultDestination)
Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com>
Diffstat (limited to 'contrib/fast-import/git-p4')
-rwxr-xr-xcontrib/fast-import/git-p42
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4
index fc4e7d26f0..89581eacaa 100755
--- a/contrib/fast-import/git-p4
+++ b/contrib/fast-import/git-p4
@@ -1369,7 +1369,7 @@ class P4Clone(P4Sync):
return False
if not self.cloneDestination:
- self.cloneDestination = self.defaultDestination()
+ self.cloneDestination = self.defaultDestination(args)
print "Importing from %s into %s" % (', '.join(depotPaths), self.cloneDestination)
os.makedirs(self.cloneDestination)