summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Băluț <alexandru.balut@gmail.com>2017-04-17 12:51:49 +0200
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-04-17 13:04:22 -0300
commit91cc0e260774826ebd2719f740b996756b4a90b8 (patch)
tree6e7ba1503c6d0dc9b91511a9ce55e3dd5511ae1d
parent1a6b88154f34a2cc7642f4349a07efc3da25190a (diff)
Set the title in the dict only once
Should have been part of commit 7575cd81ef1712ae39030282773c7c1facab6282 Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D1723
-rwxr-xr-xgit-phab1
1 files changed, 0 insertions, 1 deletions
diff --git a/git-phab b/git-phab
index e2f6850..0b38a9f 100755
--- a/git-phab
+++ b/git-phab
@@ -1180,7 +1180,6 @@ Paste API Token from that page and press <enter>: """ % self.phabricator_uri)
message = "\n".join(message)
fields["summary"] = summary
- fields["title"] = subject
if linter_message:
message += "\n\n%s" % linter_message