Searched refs:patchfilevar (Results 1 – 1 of 1) sorted by relevance
575 def _commitpatch(self, patch, patchfilevar): argument586 shellcmd.insert(0, patchfilevar)612 patchfilevar = 'PATCHFILE="%s"' % os.path.basename(patch['file'])624 output += self._commitpatch(patch, patchfilevar)627 shellcmd = [patchfilevar, "git", "--work-tree=%s" % reporoot]652 output += self._commitpatch(patch, patchfilevar)