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

Issue 938583002: Make git-map-branches -vvv show CL status colors. (Closed)

Created:
5 years, 10 months ago by calamity
Modified:
5 years, 9 months ago
Reviewers:
iannucci, jsbell
CC:
chromium-reviews, cmp-cc_chromium.org, dpranke+depot_tools_chromium.org, iannucci+depot_tools_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Target Ref:
refs/heads/master
Project:
tools
Visibility:
Public.

Description

Make git-map-branches -vvv show CL status colors. This CL makes git-map-branches show CL status colors like git cl status when -vvv is used. Statuses are fetched in parallel for speed. BUG=379849 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=294414

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase, address comment, remove unused var #

Total comments: 8

Patch Set 3 : address_comments #

Total comments: 2

Patch Set 4 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -45 lines) Patch
M git_cl.py View 1 2 3 5 chunks +57 lines, -41 lines 0 comments Download
M git_map_branches.py View 1 2 4 chunks +22 lines, -4 lines 0 comments Download

Messages

Total messages: 29 (9 generated)
calamity
5 years, 10 months ago (2015-02-18 05:40:24 UTC) #2
jsbell
drive-by lgtm Thanks for tackling this! https://codereview.chromium.org/938583002/diff/1/git_map_branches.py File git_map_branches.py (right): https://codereview.chromium.org/938583002/diff/1/git_map_branches.py#newcode132 git_map_branches.py:132: threads_left = len(self.__branches_info) ...
5 years, 9 months ago (2015-02-27 17:39:38 UTC) #4
calamity
https://codereview.chromium.org/938583002/diff/1/git_map_branches.py File git_map_branches.py (right): https://codereview.chromium.org/938583002/diff/1/git_map_branches.py#newcode132 git_map_branches.py:132: threads_left = len(self.__branches_info) On 2015/02/27 17:39:38, jsbell wrote: > ...
5 years, 9 months ago (2015-03-02 02:35:03 UTC) #5
iannucci
mostly good, some bits. I see that you actually just copied the Queue junk from ...
5 years, 9 months ago (2015-03-03 01:00:14 UTC) #6
calamity
https://codereview.chromium.org/938583002/diff/20001/git_cl.py File git_cl.py (right): https://codereview.chromium.org/938583002/diff/20001/git_cl.py#newcode1344 git_cl.py:1344: If fast is false, this will spawn len(branches) number ...
5 years, 9 months ago (2015-03-03 04:58:12 UTC) #8
iannucci
On 2015/03/03 04:58:12, calamity wrote: > https://codereview.chromium.org/938583002/diff/20001/git_cl.py > File git_cl.py (right): > > https://codereview.chromium.org/938583002/diff/20001/git_cl.py#newcode1344 > ...
5 years, 9 months ago (2015-03-11 20:18:38 UTC) #9
iannucci
lgtm https://codereview.chromium.org/938583002/diff/60001/git_cl.py File git_cl.py (right): https://codereview.chromium.org/938583002/diff/60001/git_cl.py#newcode1442 git_cl.py:1442: tmp = {} can we rename this to ...
5 years, 9 months ago (2015-03-11 20:18:46 UTC) #10
calamity
Using ThreadPool. https://codereview.chromium.org/938583002/diff/60001/git_cl.py File git_cl.py (right): https://codereview.chromium.org/938583002/diff/60001/git_cl.py#newcode1442 git_cl.py:1442: tmp = {} On 2015/03/11 20:18:46, iannucci ...
5 years, 9 months ago (2015-03-11 22:28:28 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/938583002/80001
5 years, 9 months ago (2015-03-11 22:28:57 UTC) #14
commit-bot: I haz the power
Presubmit check for 938583002-80001 failed and returned exit status 1. Running presubmit commit checks ...
5 years, 9 months ago (2015-03-11 22:32:09 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/938583002/80001
5 years, 9 months ago (2015-03-12 00:30:25 UTC) #18
commit-bot: I haz the power
Presubmit check for 938583002-80001 failed and returned exit status 1. Running presubmit commit checks ...
5 years, 9 months ago (2015-03-12 00:33:41 UTC) #20
iannucci
On 2015/03/12 00:33:41, I haz the power (commit-bot) wrote: > Presubmit check for 938583002-80001 failed ...
5 years, 9 months ago (2015-03-12 00:40:33 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/938583002/80001
5 years, 9 months ago (2015-03-12 00:41:00 UTC) #23
commit-bot: I haz the power
Committed patchset #4 (id:80001) as http://src.chromium.org/viewvc/chrome?view=rev&revision=294414
5 years, 9 months ago (2015-03-12 00:44:20 UTC) #24
calamity
Wow, maybe you just have the magic touch.
5 years, 9 months ago (2015-03-12 00:50:55 UTC) #25
iannucci
On 2015/03/12 00:50:55, calamity wrote: > Wow, maybe you just have the magic touch. fingers ...
5 years, 9 months ago (2015-03-12 01:04:22 UTC) #26
shannonlwallace80
On 2015/03/12 01:04:22, iannucci wrote: > On 2015/03/12 00:50:55, calamity wrote: > > Wow, maybe ...
5 years, 9 months ago (2015-03-16 02:38:48 UTC) #27
shannonlwallace80
On 2015/03/12 01:04:22, iannucci wrote: > On 2015/03/12 00:50:55, calamity wrote: > > Wow, maybe ...
5 years, 9 months ago (2015-03-16 02:38:50 UTC) #28
shannonlwallace80
5 years, 9 months ago (2015-03-16 02:38:52 UTC) #29
Message was sent while issue was closed.
On 2015/03/12 01:04:22, iannucci wrote:
> On 2015/03/12 00:50:55, calamity wrote:
> > Wow, maybe you just have the magic touch.
> 
> fingers crossed the whole time. #truestory #realtalk

Like I said I'm in this world to do something great so if don't mind let me

Powered by Google App Engine
This is Rietveld 408576698