Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: git_cl.py

Issue 1165293002: Add period below review URL when adding review URL footer to committed CLs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/git_cl_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_cl.py
diff --git a/git_cl.py b/git_cl.py
index 26f04fd8c8289ba838902f272f11346a7ef626c3..fe3fe92bae21a06b9e865d463998af3633c337df 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -2395,6 +2395,7 @@ def SendUpstream(parser, args, cmd):
commit_desc = ChangeDescription(change_desc.description)
if cl.GetIssue():
commit_desc.append_footer('Review URL: %s' % cl.GetIssueURL())
M-A Ruel 2015/06/08 22:21:01 What you want is this: commit_desc.append_footer('
+ commit_desc.append_footer('.')
if options.contributor:
commit_desc.append_footer('Patch from %s.' % options.contributor)
« no previous file with comments | « no previous file | tests/git_cl_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698