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

Issue 4127013: Refactor ChangeInfo.Load() to make it easier to support mulitple format. (Closed)

Created:
10 years, 1 month ago by M-A Ruel
Modified:
9 years, 7 months ago
CC:
chromium-reviews, M-A Ruel
Visibility:
Public.

Description

Refactor ChangeInfo.Load() to make it easier to support mulitple format. TEST=updated unit tests and tested manually BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=64601

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -21 lines) Patch
M gcl.py View 4 chunks +34 lines, -13 lines 2 comments Download
M tests/gcl_unittest.py View 4 chunks +18 lines, -8 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
M-A Ruel
10 years, 1 month ago (2010-10-29 16:57:32 UTC) #1
jochen (gone - plz use gerrit)
lgtm http://codereview.chromium.org/4127013/diff/1/2 File gcl.py (right): http://codereview.chromium.org/4127013/diff/1/2#newcode34 gcl.py:34: sys.path.append(os.path.join(os.path.dirname(__file__), 'third_party')) since this is part of depot_tools ...
10 years, 1 month ago (2010-10-29 18:29:33 UTC) #2
M-A Ruel
10 years, 1 month ago (2010-11-01 13:33:01 UTC) #3
http://codereview.chromium.org/4127013/diff/1/2
File gcl.py (right):

http://codereview.chromium.org/4127013/diff/1/2#newcode34
gcl.py:34: sys.path.append(os.path.join(os.path.dirname(__file__),
'third_party'))
On 2010/10/29 18:29:33, jochen wrote:
> since this is part of depot_tools anyway, why not just always use that one?

I wanted to use the included copy at last resort but I agree it's no big deal
anyway. I just copied with trychange.py is doing already. It could changed in a
follow up review.

Powered by Google App Engine
This is Rietveld 408576698