From: Simon Hausmann Date: Mon, 28 May 2007 17:24:57 +0000 (+0200) Subject: Fix typo in listExistingP4Branches that broke sync. X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=458e0545cb3dd03af9cd1a61480cbb764639043a;p=python%2Ffast-export.git Fix typo in listExistingP4Branches that broke sync. --- diff --git a/git-p4 b/git-p4 index 0f1285b..794286e 100755 --- a/git-p4 +++ b/git-p4 @@ -846,8 +846,8 @@ class P4Sync(Command): cmdline += " --branches" for line in read_pipe_lines(cmdline): - lie = line.strip() - if self.importIntoRemotes and ((not line.startswith("p4/")) or line == "p4/HEAD\n"): + line = line.strip() + if self.importIntoRemotes and ((not line.startswith("p4/")) or line == "p4/HEAD"): continue if self.importIntoRemotes: