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

Issue 9959073: Allow longer branch names to be center justified with git cl status. (Closed)

Created:
8 years, 8 months ago by Ryan Hamilton
Modified:
8 years, 8 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews, Dirk Pranke
Visibility:
Public.

Description

Allow longer branch names to be center justified with git cl status. (Using "." instead of " " so that codereview shows the alignment) Before: % git cl status Branches associated with reviews: ..CloseIdleSpdySessions:.None ..CloseSockets:.9755011 ..GetNegotiatedProtocol:.9958028 ..LayeredSocketPool:.9861032 ..ReleaseIdleSpdySessions:.9733017 ..SSLClientSocket:.9616019 .......Spdy3:.9958023 ...SpdyProxy:.None ...SpdyTests:.None .......crash:.9809033 ........leak:.None ......master:.None .......spdy3:.9958023 After % git cl status Branches associated with reviews: ......CloseIdleSpdySessions:.None ...............CloseSockets:.9755011 ......GetNegotiatedProtocol:.9958028 ..........LayeredSocketPool:.9861032 ....ReleaseIdleSpdySessions:.9733017 ............SSLClientSocket:.9616019 ......................Spdy3:.9958023 ..................SpdyProxy:.None ..................SpdyTests:.None ......................crash:.9809033 .......................leak:.None .....................master:.None ......................spdy3:.9958023 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=130189

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

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

Messages

Total messages: 10 (0 generated)
Ryan Hamilton
Here's a small change to git_cl.py which improves alignment of long branch names (which I ...
8 years, 8 months ago (2012-04-02 19:28:54 UTC) #1
M-A Ruel
On 2012/04/02 19:28:54, Ryan Hamilton wrote: > Here's a small change to git_cl.py which improves ...
8 years, 8 months ago (2012-04-02 19:33:41 UTC) #2
M-A Ruel
On 2012/04/02 19:33:41, Marc-Antoine Ruel wrote: > On 2012/04/02 19:28:54, Ryan Hamilton wrote: > > ...
8 years, 8 months ago (2012-04-02 19:33:56 UTC) #3
M-A Ruel
On 2012/04/02 19:33:56, Marc-Antoine Ruel wrote: > On 2012/04/02 19:33:41, Marc-Antoine Ruel wrote: > > ...
8 years, 8 months ago (2012-04-02 19:34:06 UTC) #4
Ryan Hamilton
On 2012/04/02 19:33:41, Marc-Antoine Ruel wrote: > On 2012/04/02 19:28:54, Ryan Hamilton wrote: > > ...
8 years, 8 months ago (2012-04-02 19:49:47 UTC) #5
M-A Ruel
https://chromiumcodereview.appspot.com/9959073/diff/4002/git_cl.py File git_cl.py (right): https://chromiumcodereview.appspot.com/9959073/diff/4002/git_cl.py#newcode802 git_cl.py:802: alignment = 5 You can code it even shorter ...
8 years, 8 months ago (2012-04-02 19:56:25 UTC) #6
Ryan Hamilton
On 2012/04/02 19:56:25, Marc-Antoine Ruel wrote: > https://chromiumcodereview.appspot.com/9959073/diff/4002/git_cl.py > File git_cl.py (right): > > https://chromiumcodereview.appspot.com/9959073/diff/4002/git_cl.py#newcode802 ...
8 years, 8 months ago (2012-04-02 20:00:04 UTC) #7
M-A Ruel
lgtm
8 years, 8 months ago (2012-04-02 20:00:32 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/9959073/3002
8 years, 8 months ago (2012-04-02 20:03:12 UTC) #9
commit-bot: I haz the power
8 years, 8 months ago (2012-04-02 20:10:36 UTC) #10
Change committed as 130189

Powered by Google App Engine
This is Rietveld 408576698