OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BRANCH_PREFIX
(Results
1 - 2
of
2
) sorted by null
/tools/acloud/internal/
constants.py
18
BRANCH_PREFIX
= "git_"
/tools/acloud/public/
acloud_main.py
242
not parsed_args.branch.startswith(constants.
BRANCH_PREFIX
)):
243
parsed_args.branch = constants.
BRANCH_PREFIX
+ parsed_args.branch
Completed in 76 milliseconds