(self, relPath)
| 1515 | self.largeFiles.remove(relPath) |
| 1516 | |
| 1517 | def isLargeFile(self, relPath): |
| 1518 | return relPath in self.largeFiles |
| 1519 | |
| 1520 | def processContent(self, git_mode, relPath, contents): |
| 1521 | """Processes the content of git fast import. This method decides if a |