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

Issue 19512002: svndiff.py: add support for git checkouts (Closed)

Created:
7 years, 5 months ago by epoger
Modified:
7 years, 5 months ago
CC:
skia-review_googlegroups.com, bsalomon, robertphillips, borenet
Visibility:
Public.

Description

svndiff.py: add support for git checkouts (and yes, we should probably rename the tool soon) R=senorblanco@chromium.org Committed: https://code.google.com/p/skia/source/detail?r=10153

Patch Set 1 #

Total comments: 7

Patch Set 2 : remove_some_porcelain #

Total comments: 1

Patch Set 3 : add_todo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -11 lines) Patch
M tools/svndiff.py View 1 2 8 chunks +73 lines, -11 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
epoger
It's a little rough around the edges, but I wanted to put together something that ...
7 years, 5 months ago (2013-07-17 04:38:25 UTC) #1
Stephen White
LGTM, but consider switching to plumbing commands. https://codereview.chromium.org/19512002/diff/1/tools/svndiff.py File tools/svndiff.py (right): https://codereview.chromium.org/19512002/diff/1/tools/svndiff.py#newcode186 tools/svndiff.py:186: stdout = ...
7 years, 5 months ago (2013-07-17 10:44:39 UTC) #2
epoger
Thanks, Stephen! I fixed 1 of 2 as you recommended. Please take a look. https://codereview.chromium.org/19512002/diff/1/tools/svndiff.py ...
7 years, 5 months ago (2013-07-18 15:00:04 UTC) #3
Stephen White
LGTM https://codereview.chromium.org/19512002/diff/1/tools/svndiff.py File tools/svndiff.py (right): https://codereview.chromium.org/19512002/diff/1/tools/svndiff.py#newcode199 tools/svndiff.py:199: args = ['git', 'show', os.path.join('HEAD:.', file_within_repo)] On 2013/07/18 ...
7 years, 5 months ago (2013-07-18 17:32:38 UTC) #4
epoger
https://codereview.chromium.org/19512002/diff/1/tools/svndiff.py File tools/svndiff.py (right): https://codereview.chromium.org/19512002/diff/1/tools/svndiff.py#newcode199 tools/svndiff.py:199: args = ['git', 'show', os.path.join('HEAD:.', file_within_repo)] On 2013/07/18 17:32:38, ...
7 years, 5 months ago (2013-07-18 17:40:35 UTC) #5
epoger
7 years, 5 months ago (2013-07-18 18:45:23 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r10153.

Powered by Google App Engine
This is Rietveld 408576698