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

Issue 235005: gclient_scm: add support for .git (Closed)

Created:
11 years, 3 months ago by Mandeep Singh Baines
Modified:
9 years, 7 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

gclient_scm: add support for .git gclient_tests: add GitWrapper test cases gclient_scm: make RunGit private and add url check gclient_scm: add revert, run_hooks, and status gclient_scm: add git implementations of cleanup, diff, and export gclient_scm: implment GitSCM::update gclient_scm: add a checks for unsupported scm and unimplemented method Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=27241

Patch Set 1 #

Patch Set 2 : Fixed up patch generation issues. #

Total comments: 7

Patch Set 3 : Fixed per code review comments #

Patch Set 4 : Fixed. #

Patch Set 5 : fixed #

Total comments: 17

Patch Set 6 : Fixed per code review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+660 lines, -312 lines) Patch
M PRESUBMIT.py View 1 chunk +1 line, -0 lines 0 comments Download
M gclient_scm.py View 1 2 3 4 5 3 chunks +102 lines, -0 lines 0 comments Download
A tests/gclient_scm_test.py View 3 4 5 1 chunk +545 lines, -0 lines 0 comments Download
M tests/gclient_test.py View 1 2 3 4 3 chunks +12 lines, -312 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Mandeep Singh Baines
11 years, 3 months ago (2009-09-24 16:53:22 UTC) #1
msb
Ignore this review for now. git-cl seems to have done the wrong thing here. Not ...
11 years, 3 months ago (2009-09-24 16:55:37 UTC) #2
M-A Ruel
Mostly nits http://codereview.chromium.org/235005/diff/14/15 File gclient_scm.py (right): http://codereview.chromium.org/235005/diff/14/15#newcode40 Line 40: if url and (url[:4] == 'git:' ...
11 years, 3 months ago (2009-09-24 17:44:25 UTC) #3
msb
Fixed. PTAL. maruel@chromium.org (maruel@chromium.org) wrote: > Mostly nits > > > http://codereview.chromium.org/235005/diff/14/15 > File gclient_scm.py ...
11 years, 3 months ago (2009-09-24 22:46:10 UTC) #4
M-A Ruel
Mostly style nits. I can say I learned a fair amount of new git commands. ...
11 years, 3 months ago (2009-09-25 01:12:33 UTC) #5
msb
Fixed. PTAL. Also: * made self.checkout_path a SCMWrapper member * using CreateSCM instead of GitWrapper ...
11 years, 3 months ago (2009-09-25 17:46:07 UTC) #6
M-A Ruel
11 years, 3 months ago (2009-09-25 17:52:36 UTC) #7
lgtm

Powered by Google App Engine
This is Rietveld 408576698