(self, relPath)
| 1645 | ) |
| 1646 | |
| 1647 | def addLargeFile(self, relPath): |
| 1648 | LargeFileSystem.addLargeFile(self, relPath) |
| 1649 | self.writeToGitStream('100644', '.gitattributes', self.generateGitAttributes()) |
| 1650 | |
| 1651 | def removeLargeFile(self, relPath): |
| 1652 | LargeFileSystem.removeLargeFile(self, relPath) |
nothing calls this directly
no test coverage detected