OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEMP_BRANCH
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/v8/tools/
common-includes.sh
35
TEMP_BRANCH
=$BRANCHNAME-temporary-branch-created-by-script
124
if [ "$CURRENT_BRANCH" != "$
TEMP_BRANCH
" ] ; then
125
delete_branch $
TEMP_BRANCH
126
git checkout -b $
TEMP_BRANCH
136
[[ "$
TEMP_BRANCH
" != "$CURRENT_BRANCH" ]] && git branch -D $
TEMP_BRANCH
/external/v8/tools/
common-includes.sh
35
TEMP_BRANCH
=$BRANCHNAME-temporary-branch-created-by-script
119
if [ "$CURRENT_BRANCH" != "$
TEMP_BRANCH
" ] ; then
120
delete_branch $
TEMP_BRANCH
121
git checkout -b $
TEMP_BRANCH
131
[[ "$
TEMP_BRANCH
" != "$CURRENT_BRANCH" ]] && git branch -D $
TEMP_BRANCH
/external/chromium_org/v8/tools/push-to-trunk/
test_scripts.py
44
TEMP_BRANCH
: "test-prepare-push-temporary-branch-created-by-script",
360
["branch", " branch1\n* %s" % TEST_CONFIG[
TEMP_BRANCH
]],
361
["branch -D %s" % TEST_CONFIG[
TEMP_BRANCH
], ""],
362
["checkout -b %s" % TEST_CONFIG[
TEMP_BRANCH
], ""],
375
["branch", " branch1\n* %s" % TEST_CONFIG[
TEMP_BRANCH
]],
387
["branch", " branch1\n* %s" % TEST_CONFIG[
TEMP_BRANCH
]],
388
["branch -D %s" % TEST_CONFIG[
TEMP_BRANCH
], None],
620
["checkout -b %s" % TEST_CONFIG[
TEMP_BRANCH
], ""],
658
["branch -D %s" % TEST_CONFIG[
TEMP_BRANCH
], ""],
common_includes.py
39
TEMP_BRANCH
= "
TEMP_BRANCH
"
377
if self._state["current_branch"] != self._config[
TEMP_BRANCH
]:
378
self.DeleteBranch(self._config[
TEMP_BRANCH
])
379
self.Git("checkout -b %s" % self._config[
TEMP_BRANCH
])
387
if self._config[
TEMP_BRANCH
] != self._state["current_branch"]:
388
self.Git("branch -D %s" % self._config[
TEMP_BRANCH
])
push_to_trunk.py
44
TEMP_BRANCH
: "prepare-push-temporary-branch-created-by-script",
Completed in 38 milliseconds