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

Unified Diff: git_cl.py

Issue 16152005: Change to 72 column reference in git cl upload message (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 7 years, 7 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 02f20b5bf8ff7ab727b905ec93c4db4629ef66b0..01fe0767afdb4691e94a121b001e30d50b2239ba 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -864,8 +864,8 @@ class ChangeDescription(object):
'# Enter a description of the change.\n'
'# This will be displayed on the codereview site.\n'
'# The first line will also be used as the subject of the review.\n'
- '#----------------------This line is 76 characters long'
- '----------------------\n'
+ '#--------------------This line is 72 characters long'
+ '--------------------\n'
) + self._description
if '\nBUG=' not in self._description:
« 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