From: Simon Hausmann Date: Tue, 15 May 2007 14:15:26 +0000 (+0200) Subject: Fix git-p4 clone //depot/project (head import) X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=0187ce60bccc4ee2540e1e66a43ef37086604ee3;p=python%2Ffast-export.git Fix git-p4 clone //depot/project (head import) --- diff --git a/git-p4 b/git-p4 index d134a28..2633f29 100755 --- a/git-p4 +++ b/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"