git-p4: fix sync new branch regression
authorPete Wyckoff <pw@padd.com>
Wed, 16 Mar 2011 20:52:46 +0000 (16:52 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Mar 2011 21:34:16 +0000 (14:34 -0700)
e32e00d (git-p4: better message for "git-p4 sync" when not
cloned, 2011-02-19) broke another use case, that of using
"git-p4 sync" to import a new branch into an existing repository.

Refine the fix again, on top of the fix in ac34efc.

Reported-by: Michael Horowitz <michael.horowitz@ieee.org>
Signed-off-by: Pete Wyckoff <pw@padd.com>
Tested-by: Michael Horowitz <michael.horowitz@ieee.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found