return ""
- def commit(self, details, files, branch, branchPrefix, parent, merged = ""):
+ def commit(self, details, files, branch, branchPrefix, parent = "", merged = ""):
epoch = details["time"]
author = details["user"]
newestRevision = change
if info["action"] == "delete":
+ fileCnt = fileCnt + 1
continue
for prop in [ "depotFile", "rev", "action", "type" ]:
try:
self.commit(details, self.extractFilesFromCommit(details), self.branch, self.globalPrefix)
- except:
+ except IOError:
print self.gitError.read()
else: