summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2015-10-19 16:15:18 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2015-10-19 16:15:48 -0400
commit0c51c2eb31109f9ce7fe3fb808ea15ea8ed55858 (patch)
tree6700f18e5c55a6836ed9d5dfd172e3dc33fc2454
parent15b9ff13c4c41771a8af375040ab6ac241395c4d (diff)
Give more information about why pushing the wip branch failedHEADmaster
Differential Revision: https://phabricator.freedesktop.org/D392
-rwxr-xr-xgit-phab4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-phab b/git-phab
index fd2ab7e..399e46b 100755
--- a/git-phab
+++ b/git-phab
@@ -280,8 +280,8 @@ def do_attach(args):
except:
print("Failed to set std:maniphest:git:uri-branch")
- except:
- summary += "Failed: push wip branch\n"
+ except Exception as e:
+ summary += "Failed: push wip branch: %s\n" % e
print("\n\nSummary:")
print(summary)