Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
cf5a1c09
Commit
cf5a1c09
authored
Nov 18, 2011
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
codereview: put message back in post-commit mails
R=golang-dev, r CC=golang-dev
https://golang.org/cl/5417049
parent
aa3dbf29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
codereview.py
lib/codereview/codereview.py
+1
-1
No files found.
lib/codereview/codereview.py
View file @
cf5a1c09
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment