mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue