diff options
author | Simon Hausmann <shausman@trolltech.com> | 2007-05-15 16:15:26 +0200 |
---|---|---|
committer | Simon Hausmann <shausman@trolltech.com> | 2007-05-15 16:15:26 +0200 |
commit | cd6cc0d31845576082fabc7f246a99988aca6d26 (patch) | |
tree | a0a8255b3ccdff91393fb1397db6936889715330 /contrib | |
parent | Make the command call silent (diff) | |
download | tgif-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-x | contrib/fast-import/git-p4 | 1 |
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" |