HomeSort by relevance Sort by last modified time
    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