Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/codereview/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