Lines Matching refs:force
88 def Import(self, patch, force): argument
104 def Push(self, force): argument
107 def Pop(self, force): argument
219 def Import(self, patch, force = None): argument
221 PatchSet.Import(self, patch, force)
229 def _applypatch(self, patch, force = False, reverse = False, run = True): argument
237 if not force:
243 if force:
257 def Push(self, force = False, all = False, run = True): argument
263 self._applypatch(i, force)
272 ret = self._applypatch(self.patches[next], force)
277 def Pop(self, force = None, all = None): argument
500 def _applypatch(self, patch, force = False, reverse = False, run = True): argument
503 def _applypatchhelper(shellcmd, patch, force = False, reverse = False, run = True): argument
539 return _applypatchhelper(shellcmd, patch, force, reverse, run)
557 output = _applypatchhelper(shellcmd, patch, force, reverse, run)
560 output = PatchTree._applypatch(self, patch, force, reverse, run)
640 def Import(self, patch, force = None): argument
643 PatchSet.Import(self, patch, force)
644 oe.path.symlink(patch["file"], self._quiltpatchpath(patch["file"]), force=True)
657 def Push(self, force = False, all = False, run = True): argument
661 if force:
675 def Pop(self, force = None, all = None): argument
678 if force: