HomeSort by relevance Sort by last modified time
    Searched refs:create_patch (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm_unittest.py 352 patch = scm.create_patch()
493 patch = self.scm.create_patch()
499 patch = self.scm.create_patch()
509 patch = self.scm.create_patch()
515 patch = self.scm.create_patch(changed_files=['test_file_commit2'])
521 patch = self.scm.create_patch()
522 patch_with_changed_files = self.scm.create_patch(changed_files=['test_file_commit1', 'test_file_commit2'])
527 patch = self.scm.create_patch(git_commit="HEAD^")
533 patch = self.scm.create_patch(git_commit="HEAD~2..HEAD")
540 patch = self.scm.create_patch(git_commit="HEAD...."
    [all...]
svn.py 184 def create_patch(self, git_commit=None, changed_files=None): member in class:SVN
git.py 216 def create_patch(self, git_commit=None, changed_files=None): member in class:Git
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
confirmdiff.py 67 return self._tool.scm().create_patch(self._options.git_commit,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
main.py 152 patch = host.scm().create_patch(options.git_commit, changed_files=changed_files)

Completed in 137 milliseconds