Lines Matching full:patch
344 raise ScriptError(script_args=svn_info_args, message='Empty list of patch directories passed to SCM.__init__')
486 """Returns a byte array (str()) representing the patch file.
487 Patch files are effectively binary since they may contain
493 return self.run([self.script_path("svn-create-patch")] + changed_files,
769 """Returns a byte array (str()) representing the patch file.
770 Patch files are effectively binary since they may contain
831 squash = Git.read_git_config('webkit-patch.commit-should-always-squash')
854 # FIXME: webkit-patch land will modify the ChangeLogs to correct the reviewer.
873 MERGE_BRANCH_NAME = 'webkit-patch-land'