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

Issue 1641903002: Use current issue number for git cl patch (Closed)

Created:
4 years, 11 months ago by Mircea Trofin
Modified:
4 years, 10 months ago
Reviewers:
Dirk Pranke, iannucci
CC:
chromium-reviews, 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
Visibility:
Public.

Description

Use current issue number for git cl patch This change adds the option to use the current issue number, if any, when doing a git cl patch. Instead of doing git cl issue (copy the number) git cl patch <number>, one can simply do git cl patch -i BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=298582

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 10

Patch Set 4 : #

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

Messages

Total messages: 37 (12 generated)
Mircea Trofin
4 years, 11 months ago (2016-01-27 22:27:31 UTC) #3
Dirk Pranke
I'm not sure I understand the purpose (intent) of this change. If I understand it ...
4 years, 11 months ago (2016-01-28 01:24:38 UTC) #5
Mircea Trofin
On 2016/01/28 01:24:38, Dirk Pranke wrote: > I'm not sure I understand the purpose (intent) ...
4 years, 11 months ago (2016-01-28 02:09:43 UTC) #6
Dirk Pranke
I'd probably leave out the reset --hard part, or at least make it a separate ...
4 years, 11 months ago (2016-01-28 02:35:11 UTC) #8
iannucci
On 2016/01/28 at 02:35:11, dpranke wrote: > I'd probably leave out the reset --hard part, ...
4 years, 11 months ago (2016-01-28 03:12:17 UTC) #9
Mircea Trofin
On 2016/01/28 03:12:17, iannucci wrote: > On 2016/01/28 at 02:35:11, dpranke wrote: > > I'd ...
4 years, 11 months ago (2016-01-28 03:23:12 UTC) #10
Mircea Trofin
Updated with the current feedback ("reapply" for the flag name)
4 years, 10 months ago (2016-01-28 05:57:58 UTC) #12
iannucci
Hm. I'm not sure how this /can/ work without the reset, unless you always reapply ...
4 years, 10 months ago (2016-01-29 00:54:48 UTC) #13
Mircea Trofin
On 2016/01/29 00:54:48, iannucci wrote: > Hm. I'm not sure how this /can/ work without ...
4 years, 10 months ago (2016-01-29 05:01:42 UTC) #14
Mircea Trofin
https://chromiumcodereview.appspot.com/1641903002/diff/40001/git_cl.py File git_cl.py (right): https://chromiumcodereview.appspot.com/1641903002/diff/40001/git_cl.py#newcode2958 git_cl.py:2958: if len(args) == 1: On 2016/01/29 00:54:48, iannucci wrote: ...
4 years, 10 months ago (2016-01-29 05:01:49 UTC) #15
iannucci
On 2016/01/29 at 05:01:49, mtrofin wrote: > https://chromiumcodereview.appspot.com/1641903002/diff/40001/git_cl.py > File git_cl.py (right): > > https://chromiumcodereview.appspot.com/1641903002/diff/40001/git_cl.py#newcode2958 ...
4 years, 10 months ago (2016-01-29 18:59:52 UTC) #16
iannucci
On 2016/01/29 at 05:01:42, mtrofin wrote: > On 2016/01/29 00:54:48, iannucci wrote: > > Hm. ...
4 years, 10 months ago (2016-01-29 19:01:09 UTC) #17
Dirk Pranke
On 2016/01/29 19:01:09, iannucci wrote: > Right, I'm saying that --reapply should issue a warning ...
4 years, 10 months ago (2016-01-29 19:05:24 UTC) #18
Mircea Trofin
On 2016/01/29 19:05:24, Dirk Pranke wrote: > On 2016/01/29 19:01:09, iannucci wrote: > > Right, ...
4 years, 10 months ago (2016-01-29 19:10:45 UTC) #19
Dirk Pranke
On 2016/01/29 19:10:45, Mircea Trofin wrote: > What's a porcelain command? "porcelain" is git terminology, ...
4 years, 10 months ago (2016-01-29 19:13:37 UTC) #20
iannucci
Just before we get too far sideways... have you considered using the sandbox refs? You ...
4 years, 10 months ago (2016-01-29 19:21:30 UTC) #21
Dirk Pranke
On 2016/01/29 19:21:30, iannucci wrote: > Just before we get too far sideways... have you ...
4 years, 10 months ago (2016-01-29 19:31:14 UTC) #22
Mircea Trofin
4 years, 10 months ago (2016-01-30 01:00:03 UTC) #23
iannucci
lgtm fwiw. dpranke did you have additional comments? https://codereview.chromium.org/1641903002/diff/100001/git_cl.py File git_cl.py (right): https://codereview.chromium.org/1641903002/diff/100001/git_cl.py#newcode2956 git_cl.py:2956: help="Reset ...
4 years, 10 months ago (2016-01-30 02:54:21 UTC) #26
Dirk Pranke
lgtm w/ iannucci's suggestions and an updated CL subject and description. https://codereview.chromium.org/1641903002/diff/100001/git_cl.py File git_cl.py (right): ...
4 years, 10 months ago (2016-02-01 23:19:19 UTC) #27
Mircea Trofin
https://codereview.chromium.org/1641903002/diff/100001/git_cl.py File git_cl.py (right): https://codereview.chromium.org/1641903002/diff/100001/git_cl.py#newcode2956 git_cl.py:2956: help="Reset the branch and reapply the issue.") On 2016/01/30 ...
4 years, 10 months ago (2016-02-02 00:35:49 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1641903002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1641903002/120001
4 years, 10 months ago (2016-02-02 00:36:23 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: depot_tools_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/depot_tools_presubmit/builds/391)
4 years, 10 months ago (2016-02-02 00:44:11 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1641903002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1641903002/120001
4 years, 10 months ago (2016-02-04 16:23:07 UTC) #35
commit-bot: I haz the power
4 years, 10 months ago (2016-02-04 16:25:14 UTC) #37
Message was sent while issue was closed.
Committed patchset #4 (id:120001) as
http://src.chromium.org/viewvc/chrome?view=rev&revision=298582

Powered by Google App Engine
This is Rietveld 408576698