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

Issue 23185006: Pretty-print the CL description during commit. (Closed)

Created:
7 years, 4 months ago by agable
Modified:
7 years, 4 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, iannucci+depot_tools_chromium.org, ilevy-cc_chromium.org
Visibility:
Public.

Description

Pretty-print the CL description during commit. Having "Description: 1234 \nR=bar@chromium.org\nReview">u'Foo\nBUG=1234 \nR=bar@chromium.org\nReview Url: baz'" is not actually that useful in my experience. I'd rather be able to easily read the final CL description that is being committed. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=217834

Patch Set 1 #

Total comments: 2

Patch Set 2 : d'oh #

Total comments: 2

Patch Set 3 : Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M git_cl.py View 1 2 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
agable
7 years, 4 months ago (2013-08-15 19:07:45 UTC) #1
M-A Ruel
https://codereview.chromium.org/23185006/diff/1/git_cl.py File git_cl.py (right): https://codereview.chromium.org/23185006/diff/1/git_cl.py#newcode1672 git_cl.py:1672: for line in commit_desc.description.split('\n'): What's the difference between this ...
7 years, 4 months ago (2013-08-15 19:12:51 UTC) #2
agable
Fixed. https://codereview.chromium.org/23185006/diff/1/git_cl.py File git_cl.py (right): https://codereview.chromium.org/23185006/diff/1/git_cl.py#newcode1672 git_cl.py:1672: for line in commit_desc.description.split('\n'): On 2013/08/15 19:12:51, M-A ...
7 years, 4 months ago (2013-08-15 20:25:24 UTC) #3
M-A Ruel
lgtm with nit https://codereview.chromium.org/23185006/diff/6001/git_cl.py File git_cl.py (right): https://codereview.chromium.org/23185006/diff/6001/git_cl.py#newcode1671 git_cl.py:1671: print 'Description:\n', commit_desc.description I'd prefer two ...
7 years, 4 months ago (2013-08-15 20:27:26 UTC) #4
agable
https://codereview.chromium.org/23185006/diff/6001/git_cl.py File git_cl.py (right): https://codereview.chromium.org/23185006/diff/6001/git_cl.py#newcode1671 git_cl.py:1671: print 'Description:\n', commit_desc.description On 2013/08/15 20:27:26, M-A Ruel wrote: ...
7 years, 4 months ago (2013-08-15 20:29:16 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agable@chromium.org/23185006/2
7 years, 4 months ago (2013-08-15 20:29:52 UTC) #6
M-A Ruel
On 2013/08/15 20:29:16, Aaron Gable wrote: > Fair enough, Done. Was just keeping the diff ...
7 years, 4 months ago (2013-08-15 20:31:28 UTC) #7
commit-bot: I haz the power
7 years, 4 months ago (2013-08-15 20:31:41 UTC) #8
Message was sent while issue was closed.
Change committed as 217834

Powered by Google App Engine
This is Rietveld 408576698