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

  /external/v8/tools/release/
test_mergeinfo.py 22 def _execute_git(self, git_args): member in class:TestMergeInfo
65 commits = self._execute_git(
70 self._execute_git(["commit", "--allow-empty", "-m", message])
115 self._execute_git(['branch', 'test'])
116 self._execute_git(['checkout', 'master'])
122 self._execute_git(['checkout', 'test'])
134 self._execute_git(['checkout', 'master'])
158 self._execute_git(['branch', 'remotes/origin/lkgr'])
173 self._execute_git(['branch', 'remotes/origin/chromium/2345'])
174 self._execute_git(['branch', 'remotes/origin/chromium/2346']
    [all...]
test_search_related_commits.py 22 def _execute_git(self, git_args): member in class:TestSearchRelatedCommits
80 commits = self._execute_git(
85 self._execute_git(["commit", "--allow-empty", "-m", message])
257 self._execute_git(["commit", "--allow-empty", "-m", "A"])
258 self._execute_git(["commit", "--allow-empty", "-m", "B"])
259 self._execute_git(["commit", "--allow-empty", "-m", "C"])
260 self._execute_git(["commit", "--allow-empty", "-m", "D"])

Completed in 162 milliseconds