| Index: git_rebase_update.py
|
| diff --git a/git_rebase_update.py b/git_rebase_update.py
|
| index 9d353c6de996d9c3a80f56ef687672b060c8ea4f..37f306658188e688cc6cdccc1341b375307b3c14 100755
|
| --- a/git_rebase_update.py
|
| +++ b/git_rebase_update.py
|
| @@ -137,6 +137,9 @@ def rebase_branch(branch, parent, start_hash):
|
| else:
|
| # rebase and leave in mid-rebase state.
|
| git.rebase(parent, start_hash, branch)
|
| + print "Failed!"
|
| + print
|
| + print "Here's what git-rebase had to say:"
|
| print squash_ret.message
|
| print
|
| print textwrap.dedent(
|
|
|