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

Issue 1033043002: Script to determine in what branch a commit was merged into (Closed)

Created:
5 years, 9 months ago by Michael Hablich
Modified:
5 years, 8 months ago
Reviewers:
Michael Achenbach
CC:
v8-dev, tandrii(chromium)
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

usage: Tool to check where a git commit was merged and reverted. [-h] [-g GIT_DIR] hash positional arguments: hash Hash of the commit to be searched. optional arguments: -h, --help show this help message and exit -g GIT_DIR, --git-dir GIT_DIR The path to your git working directory. BUG= Committed: https://crrev.com/ef7e6fb1654399c137c583b86170645ae29aa6f1 Cr-Commit-Position: refs/heads/master@{#27563}

Patch Set 1 #

Total comments: 15

Patch Set 2 : Made some changes proposed by machenbach #

Total comments: 2

Patch Set 3 : Added the requested space #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -0 lines) Patch
A tools/release/mergeinfo.py View 1 2 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (3 generated)
Michael Hablich
5 years, 9 months ago (2015-03-26 17:25:30 UTC) #2
Michael Achenbach
https://codereview.chromium.org/1033043002/diff/1/tools/release/mergeinfo.py File tools/release/mergeinfo.py (right): https://codereview.chromium.org/1033043002/diff/1/tools/release/mergeinfo.py#newcode2 tools/release/mergeinfo.py:2: # Copyright 2013 the V8 project authors. All rights ...
5 years, 9 months ago (2015-03-26 19:31:01 UTC) #3
Michael Hablich
Made some changes proposed by machenbach
5 years, 9 months ago (2015-03-27 08:59:39 UTC) #4
Michael Achenbach
Please provide arguments to the comments that weren't resolved (e.g. the ambiguity of grepping for ...
5 years, 9 months ago (2015-03-27 10:55:02 UTC) #5
Michael Achenbach
https://codereview.chromium.org/1033043002/diff/1/tools/release/mergeinfo.py File tools/release/mergeinfo.py (right): https://codereview.chromium.org/1033043002/diff/1/tools/release/mergeinfo.py#newcode45 tools/release/mergeinfo.py:45: gitExecute(gitWorkingDir, ["log",'--all', '--grep='+hashToSearch]) Ignore my comment about log seaching ...
5 years, 9 months ago (2015-03-27 10:59:43 UTC) #6
Michael Achenbach
Here is an example about ambiguous output: git log --all --grep=f86aadd1d45c756467dff8e08a055b462d7a060b
5 years, 9 months ago (2015-03-27 11:03:06 UTC) #7
Michael Hablich
On 2015/03/27 11:03:06, Michael Achenbach (travelling) wrote: > Here is an example about ambiguous output: ...
5 years, 9 months ago (2015-03-27 11:34:24 UTC) #8
Michael Hablich
https://codereview.chromium.org/1033043002/diff/1/tools/release/mergeinfo.py File tools/release/mergeinfo.py (right): https://codereview.chromium.org/1033043002/diff/1/tools/release/mergeinfo.py#newcode2 tools/release/mergeinfo.py:2: # Copyright 2013 the V8 project authors. All rights ...
5 years, 9 months ago (2015-03-27 11:36:40 UTC) #9
Michael Hablich
On 2015/03/27 11:36:40, Hablich wrote: > https://codereview.chromium.org/1033043002/diff/1/tools/release/mergeinfo.py > File tools/release/mergeinfo.py (right): > > https://codereview.chromium.org/1033043002/diff/1/tools/release/mergeinfo.py#newcode2 > ...
5 years, 9 months ago (2015-03-27 11:36:59 UTC) #10
Michael Achenbach
OK - the idea about the log lg. I'm not totally happy about the 'status' ...
5 years, 8 months ago (2015-03-30 19:13:56 UTC) #11
Michael Hablich
On 2015/03/30 19:13:56, Michael Achenbach (travelling) wrote: > OK - the idea about the log ...
5 years, 8 months ago (2015-03-30 19:52:16 UTC) #12
Michael Achenbach
LGTM - up to you to evaluate the usefulness of status and show - if ...
5 years, 8 months ago (2015-03-31 13:21:14 UTC) #13
Michael Achenbach
Ahh - please delete the whitespace in the CL description.
5 years, 8 months ago (2015-03-31 13:21:33 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1033043002/40001
5 years, 8 months ago (2015-04-01 08:14:22 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 8 months ago (2015-04-01 09:42:12 UTC) #18
commit-bot: I haz the power
5 years, 8 months ago (2015-04-01 09:42:21 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/ef7e6fb1654399c137c583b86170645ae29aa6f1
Cr-Commit-Position: refs/heads/master@{#27563}

Powered by Google App Engine
This is Rietveld 408576698