Commit cf5a1c09 authored by Russ Cox's avatar Russ Cox

codereview: put message back in post-commit mails

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5417049
parent aa3dbf29
......@@ -1933,7 +1933,7 @@ def submit(ui, repo, *pats, **opts):
changeURL = "http://code.google.com/p/%s/source/detail?r=%s" % (m.group(2), changeURL)
else:
print >>sys.stderr, "URL: ", url
pmsg = "*** Submitted as " + changeURL + " ***\n\n" + opts['message']
pmsg = "*** Submitted as " + changeURL + " ***\n\n" + message
# When posting, move reviewers to CC line,
# so that the issue stops showing up in their "My Issues" page.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment