Merge "Don't fetch remote outside of rebase flow."

This commit is contained in:
Jenkins
2013-01-30 20:07:09 +00:00
committed by Gerrit Code Review

View File

@@ -453,7 +453,6 @@ def get_branch_name(target_branch):
def assert_one_change(remote, branch, yes, have_hook):
update_remote(remote)
branch_name = get_branch_name(branch)
has_color = check_color_support()
if has_color: