Lines Matching refs:patchset
715 def __init__(self, patchset, terminal): argument
728 def __init__(self, patchset, terminal): argument
729 self.patchset = patchset
734 os.chdir(self.patchset.dir)
736 self.patchset.Push()
746 def __init__(self, patchset, terminal): argument
747 self.patchset = patchset
754 os.chdir(self.patchset.dir)
756 self.patchset.Push(False)
759 patchcmd = self.patchset.Push(True, False, False)
761 t = self.patchset.d.getVar('T')
775 …nal("bash --rcfile " + rcfile, 'Patch Rejects: Please fix patch rejects manually', self.patchset.d)
780 oldpatchset = self.patchset
781 self.patchset = oldpatchset.__class__(self.patchset.dir, self.patchset.d)
783 for patch in self.patchset.patches:
795 … self.patchset.Refresh(remote=True, patch=self.patchset.patches.index(patch))