Home
last modified time | relevance | path

Searched refs:git_commit (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebKitTools/Scripts/webkitpy/style/
Dchecker.py287 git_commit=None, argument
310 self.git_commit = git_commit
322 if self.git_commit != other.git_commit:
405 if options.git_commit:
406 flags['git-commit'] = options.git_commit
531 git_commit = None
542 git_commit = val
552 if filenames and (git_commit != None):
575 git_commit=git_commit,
Dchecker_unittest.py61 self.assertEquals(options.git_commit, None)
79 git_commit="commit",
85 self.assertEquals(options.git_commit, "commit")
99 git_commit="commit",
107 self.assertFalse(options == ProcessorOptions(git_commit="commit2"))
209 git_commit=None, argument
214 git_commit=git_commit,
316 self.assertEquals(options.git_commit, None)
327 self.assertEquals(options.git_commit, 'commit')
/external/webkit/WebKitTools/Scripts/webkitpy/
Dscm.py431 git_commit = self.git_commit_from_svn_revision(revision)
432 return self.create_patch_from_local_commit(git_commit)
436 git_commit = self.git_commit_from_svn_revision(revision)
437 if not git_commit:
438 …age='Failed to find git commit for revision %s, git svn log output: "%s"' % (revision, git_commit))
442 … run_command(['git', 'revert', '--no-commit', git_commit], error_handler=Executive.ignore_error)
/external/webkit/WebKitTools/Scripts/
Dcheck-webkit-style77 if options.git_commit:
78 commit = options.git_commit