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

Issue 9443047: Fix compatibility with Xcode4.3 git (Closed)

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

Description

Fix compatibility with Xcode4.3 git Xcode 4.3 git returns the version like below: git version 1.7.7.5 (Apple Git-26) Modify GIT.AssertVersion to accept such input. Also modify tests/gclient_scm_test.py to pass tests, but not sure the fix is collect. BUG=chromium:115576 TEST=ran tests/gclient_scm_test.py Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=123399

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M scm.py View 1 1 chunk +3 lines, -1 line 0 comments Download
M tests/gclient_scm_test.py View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
bashi
Hi maruel, Could you please take a look?
8 years, 10 months ago (2012-02-24 01:31:06 UTC) #1
M-A Ruel
lgtm with one optional nit https://chromiumcodereview.appspot.com/9443047/diff/1/scm.py File scm.py (right): https://chromiumcodereview.appspot.com/9443047/diff/1/scm.py#newcode419 scm.py:419: matched = re.search('version (?P<version>[0-9.]+)', ...
8 years, 10 months ago (2012-02-24 01:33:27 UTC) #2
bashi
Thank you for review http://codereview.chromium.org/9443047/diff/1/scm.py File scm.py (right): http://codereview.chromium.org/9443047/diff/1/scm.py#newcode419 scm.py:419: matched = re.search('version (?P<version>[0-9.]+)', current_version) ...
8 years, 10 months ago (2012-02-24 01:39:58 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bashi@chromium.org/9443047/3001
8 years, 10 months ago (2012-02-24 01:40:14 UTC) #4
commit-bot: I haz the power
8 years, 10 months ago (2012-02-24 01:47:02 UTC) #5
Change committed as 123399

Powered by Google App Engine
This is Rietveld 408576698