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

Issue 6609039: Fetch repository root for git-svn checkouts. (Closed)

Created:
9 years, 9 months ago by Denis Lagno
Modified:
9 years, 6 months ago
Reviewers:
Evan Martin
CC:
chromium-reviews
Visibility:
Public.

Description

Fetch repository root for git-svn checkouts. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=76890

Patch Set 1 #

Total comments: 4

Patch Set 2 : c #

Total comments: 2

Patch Set 3 : p #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -3 lines) Patch
M build/util/lastchange.py View 1 2 3 chunks +28 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Denis Lagno
please take a look
9 years, 9 months ago (2011-03-03 23:50:22 UTC) #1
Evan Martin
http://codereview.chromium.org/6609039/diff/1/build/util/lastchange.py File build/util/lastchange.py (right): http://codereview.chromium.org/6609039/diff/1/build/util/lastchange.py#newcode158 build/util/lastchange.py:158: match = re.search(r'\S+$', output) What is this regex for? ...
9 years, 9 months ago (2011-03-03 23:53:09 UTC) #2
Denis Lagno
http://codereview.chromium.org/6609039/diff/1/build/util/lastchange.py File build/util/lastchange.py (right): http://codereview.chromium.org/6609039/diff/1/build/util/lastchange.py#newcode158 build/util/lastchange.py:158: match = re.search(r'\S+$', output) On 2011/03/03 23:53:09, Evan Martin ...
9 years, 9 months ago (2011-03-04 00:15:21 UTC) #3
Evan Martin
LGTM http://codereview.chromium.org/6609039/diff/3001/build/util/lastchange.py File build/util/lastchange.py (right): http://codereview.chromium.org/6609039/diff/3001/build/util/lastchange.py#newcode158 build/util/lastchange.py:158: match = re.search(r'\S+$', output) Ah, I see. You ...
9 years, 9 months ago (2011-03-04 00:17:05 UTC) #4
Denis Lagno
9 years, 9 months ago (2011-03-04 00:49:21 UTC) #5
http://codereview.chromium.org/6609039/diff/3001/build/util/lastchange.py
File build/util/lastchange.py (right):

http://codereview.chromium.org/6609039/diff/3001/build/util/lastchange.py#new...
build/util/lastchange.py:158: match = re.search(r'\S+$', output)
On 2011/03/04 00:17:05, Evan Martin wrote:
> Ah, I see.  You want to grab the right half of the output.
> Can you put in a comment that shows what the form of the output is, and what
> you're intending to match?

Done.

Powered by Google App Engine
This is Rietveld 408576698