summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorLibravatar Simon Hausmann <shausman@trolltech.com>2007-05-15 16:15:26 +0200
committerLibravatar Simon Hausmann <shausman@trolltech.com>2007-05-15 16:15:26 +0200
commitcd6cc0d31845576082fabc7f246a99988aca6d26 (patch)
treea0a8255b3ccdff91393fb1397db6936889715330 /contrib
parentMake the command call silent (diff)
downloadtgif-cd6cc0d31845576082fabc7f246a99988aca6d26.tar.xz
Fix git-p4 clone //depot/project (head import)
Signed-off-by: Simon Hausmann <shausman@trolltech.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/fast-import/git-p41
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4
index d134a28189..2633f29942 100755
--- a/contrib/fast-import/git-p4
+++ b/contrib/fast-import/git-p4
@@ -849,6 +849,7 @@ class P4Sync(Command):
self.depotPath = ""
self.changeRange = ""
self.initialParent = ""
+ self.previousDepotPath = ""
if len(self.branch) == 0:
self.branch = "p4"