Chromium Code Reviews

Issue 6792028: Move patch.py and rietveld.py from commit-queue. (Closed)

Created:
9 years, 8 months ago by M-A Ruel
Modified:
9 years, 7 months ago
Reviewers:
Dirk Pranke
CC:
chromium-reviews, Dirk Pranke, M-A Ruel
Visibility:
Public.

Description

Move patch.py and rietveld.py from commit-queue. It will be used for: - git cl patch so binary files can be patched - try jobs instead of doing a curl <url> | patch BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80355

Patch Set 1 #

Patch Set 2 : some fixes #

Patch Set 3 : fixed remaining issues #

Total comments: 1
Unified diffs Side-by-side diffs Stats (+644 lines, -6 lines)
M .gitignore View 1 chunk +1 line, -4 lines 0 comments
A patch.py View 1 chunk +184 lines, -0 lines 0 comments
M pylintrc View 2 chunks +2 lines, -1 line 0 comments
A rietveld.py View 1 chunk +204 lines, -0 lines 0 comments
M tests/local_rietveld.py View 1 chunk +1 line, -1 line 1 comment
A tests/patch_test.py View 1 chunk +163 lines, -0 lines 0 comments
A tests/rietveld_test.py View 1 chunk +89 lines, -0 lines 0 comments

Messages

Total messages: 2 (0 generated)
M-A Ruel
Diff against patchset 1 to see the different from the copies in commit-queue. I had ...
9 years, 8 months ago (2011-04-04 19:08:34 UTC) #1
Dirk Pranke
9 years, 8 months ago (2011-04-04 19:22:07 UTC) #2
LGTM.

Powered by Google App Engine