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:
Monty Taylor
2011-11-11 17:56:12 -05:00
parent 2d75eca2ea
commit 1be56c5bba

View File

@@ -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":