]> asedeno.scripts.mit.edu Git - git.git/commitdiff
Fix git-p4 clone //depot/project (head import)
authorSimon Hausmann <shausman@trolltech.com>
Tue, 15 May 2007 14:15:26 +0000 (16:15 +0200)
committerSimon Hausmann <shausman@trolltech.com>
Tue, 15 May 2007 14:15:26 +0000 (16:15 +0200)
Signed-off-by: Simon Hausmann <shausman@trolltech.com>
contrib/fast-import/git-p4

index d134a28189182eaf021c26b1a485d182568163f3..2633f299424056308f57fd93505803bb008fe8cd 100755 (executable)
@@ -849,6 +849,7 @@ class P4Sync(Command):
         self.depotPath = ""
         self.changeRange = ""
         self.initialParent = ""
+        self.previousDepotPath = ""
 
         if len(self.branch) == 0:
             self.branch = "p4"