Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1308)

Issue 6814099: Add Git support to the simple rebaseline tool. Do SVN commands only in an svn checkout. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 10 months ago by Stephen White
Modified:
11 years, 10 months ago
Reviewers:
epoger
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlecode.com/svn/trunk
Visibility:
Public.

Description

Add Git support to the simple rebaseline tool. Do SVN commands only in an svn checkout. Committed: https://code.google.com/p/skia/source/detail?r=6341

Patch Set 1 #

Total comments: 1

Patch Set 2 : Use os.path.join for cross-platform happiness. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -4 lines) Patch
M tools/rebaseline.py View 1 2 chunks +11 lines, -4 lines 0 comments Download

Messages

Total messages: 3
Stephen White
PTAL
11 years, 10 months ago (2012-11-07 22:24:28 UTC) #1
epoger
LGTM https://codereview.appspot.com/6814099/diff/1/tools/rebaseline.py File tools/rebaseline.py (right): https://codereview.appspot.com/6814099/diff/1/tools/rebaseline.py#newcode46 tools/rebaseline.py:46: is_svn_checkout = os.path.exists("../.svn"); maybe use os.path.join() to make ...
11 years, 10 months ago (2012-11-07 22:26:51 UTC) #2
Stephen White
11 years, 10 months ago (2012-11-07 22:31:55 UTC) #3
On 2012/11/07 22:26:51, epoger wrote:
> LGTM
> 
> https://codereview.appspot.com/6814099/diff/1/tools/rebaseline.py
> File tools/rebaseline.py (right):
> 
> https://codereview.appspot.com/6814099/diff/1/tools/rebaseline.py#newcode46
> tools/rebaseline.py:46: is_svn_checkout = os.path.exists("../.svn");
> maybe use os.path.join() to make this cross-platform?

Good idea.  Done.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b