Lines Matching full:base_branch
93 base_branch = line.split(":")[1].strip()
94 return base_branch
107 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_branch
119 def changed_files(base_branch=None): argument
125 if base_branch:
126 cmd = 'git diff --name-status ' + base_branch
254 base_branch = get_base_branch()
255 file_paths = changed_files(base_branch)
272 base_branch = get_base_branch()
273 file_paths = changed_files(base_branch)