mirror of https://github.com/golang/go.git
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)
|
changeURL = "http://code.google.com/p/%s/source/detail?r=%s" % (m.group(2), changeURL)
|
||||||
else:
|
else:
|
||||||
print >>sys.stderr, "URL: ", url
|
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,
|
# When posting, move reviewers to CC line,
|
||||||
# so that the issue stops showing up in their "My Issues" page.
|
# so that the issue stops showing up in their "My Issues" page.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue