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

Issue 193004: Added "gclient pack" subcommand, which generates a patch relative to... (Closed)

Created:
11 years, 3 months ago by Ken Russell (Google)
Modified:
9 years, 7 months ago
Reviewers:
M-A Ruel, sgk
CC:
chromium-reviews_googlegroups.com, M-A Ruel
Visibility:
Public.

Description

Added "gclient pack" subcommand, which generates a patch relative to the root of the source tree. It is similar to "gclient diff", and shares much of the implementation, but it seems that developers may want the semantics of each in different situations, which is why it is being added as a new command. Generalized SubprocessCallAndCapture into SubprocessCallAndFilter. Added RunSVNAndFilterOutput; changed RunSVNAndGetFileList to use it. Fixed problem in presubmit_canned_checks.py where it was not working on Windows. Updated unit tests for gclient. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25410

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 6

Patch Set 5 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+192 lines, -32 lines) Patch
M gclient.py View 1 2 3 4 11 chunks +160 lines, -25 lines 2 comments Download
M presubmit_canned_checks.py View 3 4 1 chunk +4 lines, -1 line 0 comments Download
M tests/gclient_test.py View 3 4 6 chunks +28 lines, -6 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Ken Russell (Google)
Please review this addition of the "pack" subcommand, which is useful for moving large patches ...
11 years, 3 months ago (2009-09-03 03:52:07 UTC) #1
M-A Ruel
I don't see why we'd keep gclient diff at all. I think you should implement ...
11 years, 3 months ago (2009-09-03 04:12:39 UTC) #2
Ken Russell (Google)
> I don't see why we'd keep gclient diff at all. I think you > ...
11 years, 3 months ago (2009-09-03 05:07:20 UTC) #3
sgk
code lgtm, nice job. I reconsidered my initial thought from yesterday. Someone wanting to submit ...
11 years, 3 months ago (2009-09-04 00:25:10 UTC) #4
M-A Ruel
11 years, 3 months ago (2009-09-04 00:29:25 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698