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

Issue 16763004: Repair broken git checkouts caused by aborting git clone. (Closed)

Created:
7 years, 6 months ago by Mike Stip (use stip instead)
Modified:
7 years, 5 months ago
Reviewers:
Isaac (away), M-A Ruel
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, M-A Ruel, iannucci+depot_tools_chromium.org, iannucci
Base URL:
https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Visibility:
Public.

Description

Repair broken git checkouts caused by aborting git clone. BUG=248384 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=205692

Patch Set 1 #

Patch Set 2 : Whitespace fix. #

Total comments: 8

Patch Set 3 : Address M-A nits. #

Patch Set 4 : Fixed gclient status output interfering with tests. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -9 lines) Patch
M gclient_scm.py View 1 2 3 3 chunks +47 lines, -9 lines 1 comment Download

Messages

Total messages: 9 (0 generated)
M-A Ruel
https://codereview.chromium.org/16763004/diff/2001/gclient_scm.py File gclient_scm.py (right): https://codereview.chromium.org/16763004/diff/2001/gclient_scm.py#newcode240 gclient_scm.py:240: def _FetchAndReset(self, revision, file_list, options): """Equivalent of git fetch; ...
7 years, 6 months ago (2013-06-11 19:01:36 UTC) #1
Mike Stip (use stip instead)
updated. ptal! https://chromiumcodereview.appspot.com/16763004/diff/2001/gclient_scm.py File gclient_scm.py (right): https://chromiumcodereview.appspot.com/16763004/diff/2001/gclient_scm.py#newcode240 gclient_scm.py:240: def _FetchAndReset(self, revision, file_list, options): On 2013/06/11 ...
7 years, 6 months ago (2013-06-11 20:38:54 UTC) #2
M-A Ruel
There's no test, and in general this is the kind of thing I'd write a ...
7 years, 6 months ago (2013-06-11 22:43:50 UTC) #3
Mike Stip (use stip instead)
On 2013/06/11 22:43:50, Marc-Antoine Ruel wrote: > There's no test, and in general this is ...
7 years, 6 months ago (2013-06-11 23:35:54 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xusydoc@chromium.org/16763004/6001
7 years, 6 months ago (2013-06-11 23:36:35 UTC) #5
commit-bot: I haz the power
Presubmit check for 16763004-6001 failed and returned exit status 1. Running presubmit commit checks ...
7 years, 6 months ago (2013-06-11 23:38:13 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xusydoc@chromium.org/16763004/13001
7 years, 6 months ago (2013-06-12 00:51:30 UTC) #7
commit-bot: I haz the power
Change committed as 205692
7 years, 6 months ago (2013-06-12 00:53:38 UTC) #8
Isaac (away)
7 years, 5 months ago (2013-07-16 10:06:20 UTC) #9
Message was sent while issue was closed.
https://chromiumcodereview.appspot.com/16763004/diff/13001/gclient_scm.py
File gclient_scm.py (right):

https://chromiumcodereview.appspot.com/16763004/diff/13001/gclient_scm.py#new...
gclient_scm.py:826: self._Capture(['status'])
status is a expensive command on some projects (like blink) -- could we change
this to rev-parse HEAD?

Powered by Google App Engine
This is Rietveld 408576698