Merge "Don't call get_branch_name from assert_one_change"

This commit is contained in:
Jenkins 2013-02-22 00:02:19 +00:00 committed by Gerrit Code Review
commit 5431ca2042

View File

@ -487,7 +487,6 @@ def get_branch_name(target_branch):
def assert_one_change(remote, branch, yes, have_hook):
branch_name = get_branch_name(branch)
has_color = check_color_support()
if has_color:
color = git_config_get_value("color", "ui").lower()