OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_branch
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm_unittest.py
421
new_branch
= 'foo'
423
self._run(['git', 'checkout', '-b',
new_branch
])
424
self.assertEqual(self._run(['git', 'symbolic-ref', 'HEAD']).strip(), 'refs/heads/' +
new_branch
)
427
self.scm.delete_branch(
new_branch
)
/external/chromium_org/tools/auto_bisect/
bisect_perf_regression.py
544
new_branch
= r'branches/bleeding_edge'
547
deps_content = re.sub(v8_branch_pattern,
new_branch
, deps_content)
557
deps_content = re.sub(v8_src_pattern,
new_branch
, deps_content)
[
all
...]
Completed in 237 milliseconds