| Index: git_cl.py
|
| diff --git a/git_cl.py b/git_cl.py
|
| index 72770a145e4194197b910b7c0eb7db5cb2469e08..a2bc0ffbe5a867f7f83d5e0ee9412a5d69bf9509 100755
|
| --- a/git_cl.py
|
| +++ b/git_cl.py
|
| @@ -1944,7 +1944,6 @@ def SendUpstream(parser, args, cmd):
|
| branches = [base_branch, cl.GetBranchRef()]
|
| if not options.force:
|
| print_stats(options.similarity, options.find_copies, branches)
|
| - ask_for_data('About to commit; enter to confirm.')
|
|
|
| # We want to squash all this branch's commits into one commit with the proper
|
| # description. We do this by doing a "reset --soft" to the base branch (which
|
|
|