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

Issue 184113002: Add git-map and git-short-map to depot_tools. (Closed)

Created:
6 years, 9 months ago by iannucci
Modified:
6 years, 9 months ago
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, M-A Ruel, iannucci+depot_tools_chromium.org, ilevy-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/depot_tools.git@new_branch
Visibility:
Public.

Description

Add git-map and git-map-branches to depot_tools. git-map: Show your local repo's history in a pseudo-graphical format from the command line. git-map-branches: Show the topology of all of your branches, and their upstream relationships. git-nav-upstream: Navigate (checkout) to the upstream branch of the current branch. git-nav-downstream: Navigate (checkout) to a downstream branch of the current branch. If there's more than one downstream branch, then present a menu to select which one you want. R=agable@chromium.org, hinoka@chromium.org, stip@chromium.org, szager@chromium.org BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=256384

Patch Set 1 #

Patch Set 2 : rebase and add better way to run python git extensions #

Total comments: 16

Patch Set 3 : comments #

Total comments: 4

Patch Set 4 : rebase and docs #

Patch Set 5 : rebase #

Patch Set 6 : rebase #

Patch Set 7 : rebase add tests for git_common #

Patch Set 8 : update comments #

Patch Set 9 : 80 cols #

Patch Set 10 : pull from the future #

Patch Set 11 : #

Patch Set 12 : #

Total comments: 1

Patch Set 13 : Make it work on windows #

Unified diffs Side-by-side diffs Delta from patch set Stats (+293 lines, -15 lines) Patch
A + git-map View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
A + git-map-branches View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
A + git-nav-downstream View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 0 comments Download
A + git-nav-upstream View 1 2 3 4 5 6 1 chunk +2 lines, -3 lines 0 comments Download
M git_common.py View 1 2 3 4 5 6 7 8 9 10 5 chunks +37 lines, -2 lines 0 comments Download
A git_map.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +86 lines, -0 lines 0 comments Download
A git_map_branches.py View 1 2 1 chunk +81 lines, -0 lines 0 comments Download
A git_nav_downstream.py View 1 2 3 1 chunk +40 lines, -0 lines 0 comments Download
M git_number.py View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M testing_support/git_test_utils.py View 1 2 3 4 5 6 3 chunks +5 lines, -1 line 0 comments Download
M tests/git_common_test.py View 1 2 3 4 5 6 7 8 9 3 chunks +35 lines, -1 line 0 comments Download

Messages

Total messages: 18 (0 generated)
iannucci
6 years, 9 months ago (2014-02-28 03:26:08 UTC) #1
ghost stip (do not use)
these are used instead of the native git log because of windows I assume?
6 years, 9 months ago (2014-02-28 03:29:01 UTC) #2
iannucci
On 2014/02/28 03:29:01, stip wrote: > these are used instead of the native git log ...
6 years, 9 months ago (2014-02-28 03:34:17 UTC) #3
Ryan Tseng
I don't think they got uploaded correctly. You'll need to clear out the last uploaded ...
6 years, 9 months ago (2014-02-28 08:03:54 UTC) #4
iannucci
Should be good now
6 years, 9 months ago (2014-02-28 08:29:14 UTC) #5
agable
Since this CL has python_git_runner in it, I'll leave my top-level comments that apply to ...
6 years, 9 months ago (2014-02-28 19:54:57 UTC) #6
iannucci
rebase + ptal https://chromiumcodereview.appspot.com/184113002/diff/20001/git-map File git-map (right): https://chromiumcodereview.appspot.com/184113002/diff/20001/git-map#newcode1 git-map:1: #!/bin/bash On 2014/02/28 19:54:58, agable wrote: ...
6 years, 9 months ago (2014-03-06 00:18:39 UTC) #7
agable
https://chromiumcodereview.appspot.com/184113002/diff/20001/git_common.py File git_common.py (right): https://chromiumcodereview.appspot.com/184113002/diff/20001/git_common.py#newcode227 git_common.py:227: def config_list(option, default=DEFAULT(list)): On 2014/03/06 00:18:39, iannucci wrote: > ...
6 years, 9 months ago (2014-03-06 18:09:07 UTC) #8
agable
On 2014/03/06 18:09:07, agable wrote: > https://chromiumcodereview.appspot.com/184113002/diff/20001/git_common.py > File git_common.py (right): > > https://chromiumcodereview.appspot.com/184113002/diff/20001/git_common.py#newcode227 > ...
6 years, 9 months ago (2014-03-07 21:41:19 UTC) #9
iannucci
OK, ready for final review. Rebased onto HEAD, works on windows, tests added for git_common ...
6 years, 9 months ago (2014-03-12 00:12:21 UTC) #10
agable
On 2014/03/12 00:12:21, iannucci wrote: > OK, ready for final review. Rebased onto HEAD, works ...
6 years, 9 months ago (2014-03-12 00:46:15 UTC) #11
iannucci
The CQ bit was checked by iannucci@chromium.org
6 years, 9 months ago (2014-03-12 00:50:35 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/iannucci@chromium.org/184113002/250001
6 years, 9 months ago (2014-03-12 00:52:07 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-12 01:07:47 UTC) #14
commit-bot: I haz the power
Presubmit check for 184113002-250001 failed and returned exit status -2001. The presubmit check was hung. ...
6 years, 9 months ago (2014-03-12 01:07:48 UTC) #15
iannucci
The CQ bit was checked by iannucci@chromium.org
6 years, 9 months ago (2014-03-12 01:13:43 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/iannucci@chromium.org/184113002/250001
6 years, 9 months ago (2014-03-12 01:31:48 UTC) #17
commit-bot: I haz the power
6 years, 9 months ago (2014-03-12 01:36:19 UTC) #18
Message was sent while issue was closed.
Change committed as 256384

Powered by Google App Engine
This is Rietveld 408576698