Always show the list of outstanding commits.
When we've found that you have multiple outstanding commits, show them even without the verbose flag. Change-Id: I57dfffeacf742feee59a26de10968726d9716cf8
This commit is contained in:
@@ -290,8 +290,7 @@ def assert_one_change(remote, branch, yes):
|
||||
if output_lines > 1:
|
||||
if not yes:
|
||||
print "You have more than one commit that you are about to submit."
|
||||
if VERBOSE:
|
||||
print "The outstanding commits are:\n\n%s\n" % output
|
||||
print "The outstanding commits are:\n\n%s\n" % output
|
||||
print "Is this really what you meant to do?"
|
||||
yes_no = raw_input("Type 'yes' to confirm: ")
|
||||
if yes_no.lower != "yes":
|
||||
|
Reference in New Issue
Block a user