mirror of
https://github.com/golang/go
synced 2024-11-12 01:00:22 -07:00
codereview: put message back in post-commit mails
R=golang-dev, r CC=golang-dev https://golang.org/cl/5417049
This commit is contained in:
parent
aa3dbf2947
commit
cf5a1c0909
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user