From: Simon Hausmann Date: Fri, 13 Apr 2007 20:21:10 +0000 (+0200) Subject: Print an error message of some sort if git fast-import fails. X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=837ec75aad1e0a318b46a3dc4f6e6f60838bde98;p=python%2Ffast-export.git Print an error message of some sort if git fast-import fails. --- diff --git a/git-p4 b/git-p4 index 4fbfaf1..6db757a 100755 --- a/git-p4 +++ b/git-p4 @@ -958,6 +958,7 @@ class P4Sync(Command): try: self.commit(details, self.extractFilesFromCommit(details), self.branch, self.globalPrefix) except IOError: + print "IO error with git fast-import. Is your git version recent enough?" print self.gitError.read() else: