From 0187ce60bccc4ee2540e1e66a43ef37086604ee3 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 15 May 2007 16:15:26 +0200 Subject: [PATCH] Fix git-p4 clone //depot/project (head import) --- git-p4 | 1 + 1 file changed, 1 insertion(+) 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" -- 2.11.4.GIT