Check we can talk to the remote host before starting the git-fastimport
subchild.
Otherwise we fail to connect, and then exit, leaving git-fastimport
still running since we did not wait() for it.
Signed-off-by: Luke Diamand <redacted>
Signed-off-by: Junio C Hamano <redacted>
b = b[len(self.projectName):]
self.createdBranches.add(b)
+ p4_check_access()
+
self.openStreams()
err = None