H A D | patch.py | 90 def Import(self, patch, force): argument 106 def Push(self, force): argument 109 def Pop(self, force): argument 221 def Import(self, patch, force = None): argument 231 def _applypatch(self, patch, force = False, reverse = False, run = True): argument 259 def Push(self, force = False, all = False, run = True): argument 279 def Pop(self, force = None, all = None): argument 592 def _applypatch(self, patch, force = False, reverse = False, run = True): argument 595 def _applypatchhelper(shellcmd, patch, force = False, reverse = False, run = True): argument 721 def Import(self, patch, force = None): argument [all …]
|