Searched refs:base_branch (Results 1 – 1 of 1) sorted by relevance
93 base_branch = line.split(":")[1].strip()94 return base_branch107 base_branch = get_git_remote_default_branch(upstream_remote)109 base_branch = "{0.major}.{0.minor}".format(version)111 if this_branch is None or this_branch == base_branch:114 return upstream_remote + "/" + base_branch119 def changed_files(base_branch=None): argument125 if base_branch:126 cmd = 'git diff --name-status ' + base_branch252 base_branch = get_base_branch()[all …]