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

Issue 6267010: lastchange: handle the git-but-not-git-svn case (Closed)

Created:
9 years, 11 months ago by Evan Martin
Modified:
9 years, 7 months ago
Reviewers:
tony, battre
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

lastchange: handle the git-but-not-git-svn case When we're using a git checkout of WebKit that hasn't had git-svn set up, ignore the missing versioning information rather than failing. BUG=70606 ,private mails Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72351

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -13 lines) Patch
M build/util/lastchange.py View 3 chunks +19 lines, -3 lines 1 comment Download
M webkit/build/webkit_version.py View 1 chunk +13 lines, -10 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Evan Martin
9 years, 11 months ago (2011-01-24 17:48:29 UTC) #1
Evan Martin
This makes webkit show up as "unknown@0" in about:version.
9 years, 11 months ago (2011-01-24 17:49:36 UTC) #2
tony
9 years, 11 months ago (2011-01-24 17:57:44 UTC) #3
LGTM

http://codereview.chromium.org/6267010/diff/1/build/util/lastchange.py
File build/util/lastchange.py (right):

http://codereview.chromium.org/6267010/diff/1/build/util/lastchange.py#newcode90
build/util/lastchange.py:90: if IsGitSVN(directory):
Nit: Maybe merge this condition with the 'not version_info' condition?

Powered by Google App Engine
This is Rietveld 408576698