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

Issue 464413003: add NewGitCheckout to git_utils.py (Closed)

Created:
6 years, 4 months ago by epoger
Modified:
6 years, 4 months ago
Reviewers:
rmistry
CC:
reviews_skia.org, borenet, stephana
Base URL:
https://skia.googlesource.com/common.git@master
Project:
skiacommon
Visibility:
Public.

Description

add NewGitCheckout to git_utils.py rebaseline_server will use this to check out expectations at specific revisions BUG=skia:1918 TBR=rmistry Committed: https://skia.googlesource.com/common/+/a7b0283

Patch Set 1 : patchset 1 from https://codereview.chromium.org/468283002/ #

Patch Set 2 : Ravi's comments from https://codereview.chromium.org/468283002/ #

Patch Set 3 : small documentation-only changes #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+183 lines, -1 line) Patch
M py/utils/git_utils.py View 1 2 2 chunks +80 lines, -1 line 3 comments Download
A py/utils/git_utils_test.py View 1 1 chunk +103 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
epoger
Ravi, PTAL at patchset 2. (Patchset 1 just copied over what I originally had in ...
6 years, 4 months ago (2014-08-13 19:07:33 UTC) #1
epoger
committing TBR
6 years, 4 months ago (2014-08-13 19:16:19 UTC) #2
epoger
The CQ bit was checked by epoger@google.com
6 years, 4 months ago (2014-08-13 19:16:32 UTC) #3
epoger
The CQ bit was unchecked by epoger@google.com
6 years, 4 months ago (2014-08-13 19:16:51 UTC) #4
epoger
Committed patchset #3 manually as a7b0283 (presubmit successful).
6 years, 4 months ago (2014-08-13 19:17:10 UTC) #5
rmistry
LGTM https://codereview.chromium.org/464413003/diff/30003/py/utils/git_utils.py File py/utils/git_utils.py (right): https://codereview.chromium.org/464413003/diff/30003/py/utils/git_utils.py#newcode156 py/utils/git_utils.py:156: containing_dir=None): I think it makes sense to have ...
6 years, 4 months ago (2014-08-13 20:13:20 UTC) #6
rmistry
https://codereview.chromium.org/464413003/diff/30003/py/utils/git_utils.py File py/utils/git_utils.py (right): https://codereview.chromium.org/464413003/diff/30003/py/utils/git_utils.py#newcode156 py/utils/git_utils.py:156: containing_dir=None): On 2014/08/13 20:13:20, rmistry wrote: > I think ...
6 years, 4 months ago (2014-08-13 20:14:20 UTC) #7
epoger
6 years, 4 months ago (2014-08-13 21:03:45 UTC) #8
Message was sent while issue was closed.
https://codereview.chromium.org/464413003/diff/30003/py/utils/git_utils.py
File py/utils/git_utils.py (right):

https://codereview.chromium.org/464413003/diff/30003/py/utils/git_utils.py#ne...
py/utils/git_utils.py:156: containing_dir=None):
On 2014/08/13 20:14:20, rmistry wrote:
> On 2014/08/13 20:13:20, rmistry wrote:
> > I think it makes sense to have this default to tempfile.gettempdir() and to
> > update documentation saying that the platform specific tmp dir is the
default
> > containing dir.
> 
> Ah I just saw your documentation update, so if dir=None then it automatically
> defaults to platform specific tmp dir? if so then please ignore my last
comment.

Yup, you got it.

Powered by Google App Engine
This is Rietveld 408576698