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

Issue 509843002: Give git map-branches extra information behind -v and -vv flags. (Closed)

Created:
6 years, 3 months ago by calamity
Modified:
6 years, 3 months ago
Reviewers:
iannucci, Matt Giuca
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, iannucci+depot_tools_chromium.org, ilevy-cc_chromium.org, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Project:
tools
Visibility:
Public.

Description

Give git map-branches extra information behind -v and -vv flags. This CL adds information to the git map-branches command. Invoking it map-branches with -v, will show tracking status of branches and invoking with -vv will additionally show the Rietveld URL and the branch hash. BUG=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=291776

Patch Set 1 : #

Patch Set 2 : handle deleted upstreams more informatively #

Total comments: 43

Patch Set 3 : address comments #

Patch Set 4 : address more comments #

Patch Set 5 : make main loop nicer, privatize tags #

Total comments: 5

Patch Set 6 : rebase, address comments, make tests work on git < 1.9 #

Total comments: 2

Patch Set 7 : add # pragma: no cover to compensate for git < 1.9 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+312 lines, -58 lines) Patch
M git_common.py View 1 2 3 4 5 6 3 chunks +51 lines, -2 lines 0 comments Download
M git_map_branches.py View 1 2 3 4 5 2 chunks +210 lines, -56 lines 0 comments Download
M tests/git_common_test.py View 1 2 3 4 5 2 chunks +51 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (4 generated)
calamity
Patchset #1 (id:1) has been deleted
6 years, 3 months ago (2014-08-27 09:17:35 UTC) #1
calamity
Patchset #1 (id:20001) has been deleted
6 years, 3 months ago (2014-08-27 09:32:37 UTC) #2
calamity
calamity@chromium.org changed reviewers: + mgiuca@chromium.org
6 years, 3 months ago (2014-08-27 09:33:03 UTC) #3
calamity
6 years, 3 months ago (2014-08-27 09:33:03 UTC) #4
iannucci
We'll also want to update the manpage examples for this. it's in man/src: * on ...
6 years, 3 months ago (2014-08-29 18:41:47 UTC) #6
Matt Giuca
https://codereview.chromium.org/509843002/diff/60001/git_common.py File git_common.py (right): https://codereview.chromium.org/509843002/diff/60001/git_common.py#newcode94 git_common.py:94: # Version which for-each-ref format string first supported upstream:track. ...
6 years, 3 months ago (2014-09-01 05:12:51 UTC) #7
calamity
https://codereview.chromium.org/509843002/diff/60001/git_common.py File git_common.py (right): https://codereview.chromium.org/509843002/diff/60001/git_common.py#newcode94 git_common.py:94: # Version which for-each-ref format string first supported upstream:track. ...
6 years, 3 months ago (2014-09-01 06:53:43 UTC) #8
iannucci
lgtm, can't wait to try it out :) https://codereview.chromium.org/509843002/diff/60001/git_common.py File git_common.py (right): https://codereview.chromium.org/509843002/diff/60001/git_common.py#newcode742 git_common.py:742: (branch, ...
6 years, 3 months ago (2014-09-02 22:31:27 UTC) #9
Matt Giuca
lgtm https://codereview.chromium.org/509843002/diff/60001/git_map_branches.py File git_map_branches.py (right): https://codereview.chromium.org/509843002/diff/60001/git_map_branches.py#newcode240 git_map_branches.py:240: help='Display upstream tracking status') Seems consistent with git ...
6 years, 3 months ago (2014-09-02 23:43:33 UTC) #10
calamity
https://codereview.chromium.org/509843002/diff/60001/git_map_branches.py File git_map_branches.py (right): https://codereview.chromium.org/509843002/diff/60001/git_map_branches.py#newcode240 git_map_branches.py:240: help='Display upstream tracking status') On 2014/09/02 23:43:33, Matt Giuca ...
6 years, 3 months ago (2014-09-03 01:43:21 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calamity@chromium.org/509843002/160001
6 years, 3 months ago (2014-09-03 01:43:44 UTC) #13
commit-bot: I haz the power
Presubmit check for 509843002-160001 failed and returned exit status 1. Running presubmit commit checks ...
6 years, 3 months ago (2014-09-03 01:45:30 UTC) #15
iannucci
https://codereview.chromium.org/509843002/diff/160001/git_common.py File git_common.py (right): https://codereview.chromium.org/509843002/diff/160001/git_common.py#newcode739 git_common.py:739: if get_git_version() >= MIN_UPSTREAM_TRACK_GIT_VERSION: I guess we know what ...
6 years, 3 months ago (2014-09-03 01:48:48 UTC) #16
calamity
https://codereview.chromium.org/509843002/diff/160001/git_common.py File git_common.py (right): https://codereview.chromium.org/509843002/diff/160001/git_common.py#newcode739 git_common.py:739: if get_git_version() >= MIN_UPSTREAM_TRACK_GIT_VERSION: On 2014/09/03 01:48:48, iannucci wrote: ...
6 years, 3 months ago (2014-09-03 02:02:17 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calamity@chromium.org/509843002/180001
6 years, 3 months ago (2014-09-03 02:02:52 UTC) #19
commit-bot: I haz the power
6 years, 3 months ago (2014-09-03 02:04:49 UTC) #20
Message was sent while issue was closed.
Committed patchset #7 (id:180001) as 291776

Powered by Google App Engine
This is Rietveld 408576698