- 14 Nov, 2014 2 commits
-
-
carlosk@chromium.org authored
and a link to it. BUG= Review URL: https://codereview.chromium.org/731473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292940 0039d316-1c4b-4281-b951-d872f2087c98
-
jorgelo@chromium.org authored
BUG=None TEST=my_activity.py still works. Review URL: https://codereview.chromium.org/714373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292935 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Nov, 2014 2 commits
-
-
ncbray@chromium.org authored
BUG=https://code.google.com/p/chromium/issues/detail?id=430602 R=bradnelson@google.com, dpranke@chromium.org Review URL: https://codereview.chromium.org/718213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292912 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
BUG=415464 R=agable@chromium.org, tandrii@chromium.org Review URL: https://codereview.chromium.org/704773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292909 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Nov, 2014 1 commit
-
-
maruel@chromium.org authored
It currently crashes, which is sad. R=pgervais@chromium.org BUG= Review URL: https://codereview.chromium.org/683283006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292899 0039d316-1c4b-4281-b951-d872f2087c98
-
- 06 Nov, 2014 1 commit
-
-
dnj@chromium.org authored
BUG=chromium:430343 TEST=None Review URL: https://codereview.chromium.org/701843004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292868 0039d316-1c4b-4281-b951-d872f2087c98
-
- 05 Nov, 2014 2 commits
-
-
szager@chromium.org authored
BUG=430123 R=iannucci@chromium.org,agable@chromium.org Review URL: https://codereview.chromium.org/701893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292853 0039d316-1c4b-4281-b951-d872f2087c98
-
apavlov@chromium.org authored
The "comments" command is taught to: - accept an arbitrary review issue id; - post comments on the current or specified review issue. This is required for the auto-rebaseline bot to notify a rebaseline requestor of the fact that the rebaseline has happened by means of posting a comment to the review issue that requested the rebaseline, as suggested by iannucci@. R=iannucci, szager, dpranke Review URL: https://codereview.chromium.org/693873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292844 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Nov, 2014 3 commits
-
-
pgervais@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/697283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292820 0039d316-1c4b-4281-b951-d872f2087c98
-
hinoka@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/696023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292819 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Revert of Added orphaned compiled Python file checks. (patchset #2 id:20001 of https://codereview.chromium.org/621533002/) Reason for revert: Makes `git cl upload` very slow in chrome checkouts. Original issue's description: > Added orphaned compiled Python file checks. > > There have been a handful of cases where orphaned compiled Python files (.pyc > files without an accompanying .py file) have been loaded preferentially by > the presubmit scripts, causing weird problems. This adds a check and a mode for > such files, either warning the user or deleting them. > > BUG=None > TEST=local > - Tested against local repository. > > R=iannucci@chromium.org, szager@chromium.org > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=292703 TBR=iannucci@chromium.org,szager@chromium.org,dnj@chromium.org NOTREECHECKS=true NOTRY=true BUG=None Review URL: https://codereview.chromium.org/701683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292818 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Nov, 2014 1 commit
-
-
thakis@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/695113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292792 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 Oct, 2014 1 commit
-
-
szager@chromium.org authored
TBR=iannucci@chromium.org BUG= Review URL: https://codereview.chromium.org/686183003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292733 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 Oct, 2014 1 commit
-
-
dnj@chromium.org authored
There have been a handful of cases where orphaned compiled Python files (.pyc files without an accompanying .py file) have been loaded preferentially by the presubmit scripts, causing weird problems. This adds a check and a mode for such files, either warning the user or deleting them. BUG=None TEST=local - Tested against local repository. R=iannucci@chromium.org, szager@chromium.org Review URL: https://codereview.chromium.org/621533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292703 0039d316-1c4b-4281-b951-d872f2087c98
-
- 27 Oct, 2014 1 commit
-
-
sbc@chromium.org authored
Previously we just added an assert here but better to simply succeed in this case, while outputting the intial failure message. BUG=425696 Review URL: https://codereview.chromium.org/667793005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292687 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Oct, 2014 1 commit
-
-
agable@chromium.org authored
By directly using git-config rather than git-svn-init, this ensures that crazy values don't get set. It could be "safer" (e.g. check to see if any other git-svn configuration already exists and prompt before overwriting it), but I think that simplicity is better here. R=pgervais@chromium.org BUG=425838 Review URL: https://codereview.chromium.org/675713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292640 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Oct, 2014 1 commit
-
-
agable@chromium.org authored
R=iannucci@chromium.org Review URL: https://codereview.chromium.org/615443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292613 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Oct, 2014 4 commits
-
-
szager@chromium.org authored
R=vadimsh@chromium.org,mmoss@chromium.org BUG= Review URL: https://codereview.chromium.org/671003003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292601 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
R=jamesr@chromium.org, agable@chromium.org Review URL: https://codereview.chromium.org/666293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292598 0039d316-1c4b-4281-b951-d872f2087c98
-
agable@chromium.org authored
R=machenbach@chromium.org BUG=415464 Review URL: https://codereview.chromium.org/656623003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292588 0039d316-1c4b-4281-b951-d872f2087c98
-
agable@chromium.org authored
Although many things are private, the urls of the infra_internal and build_internal repositories are not. So let's just add a fetch recipe for them anyway. R=iannucci@chromium.org Review URL: https://codereview.chromium.org/544863006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292586 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 Oct, 2014 1 commit
-
-
szager@chromium.org authored
BUG=chromium:425117 R=agable@chromium.org,kjellander@chromium.org Review URL: https://codereview.chromium.org/666713004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292563 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Oct, 2014 1 commit
-
-
szager@chromium.org authored
R=maruel@chromium.org,pgervais@chromium.org BUG= Review URL: https://codereview.chromium.org/661413005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292537 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Oct, 2014 1 commit
-
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292513 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Oct, 2014 2 commits
-
-
sbc@chromium.org authored
The base url was previously being generated as URL@BRANCH. I'm not sure if this works anywhere but it certainly doesn't on googlesource.com. Here we want URL/+/BRANCH. R=iannucci@chromium.org, sergeyberezin@chromium.org Review URL: https://codereview.chromium.org/652193004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292493 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
input_api.basename is a function, so printing it out yields: "The <function basename at 0x7fccd3735410> directory requires..>" Instead, use it to resolve the local presubmit path that has requested clang formatting. R=dpranke@chromium.org BUG=422332 Review URL: https://codereview.chromium.org/665493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292491 0039d316-1c4b-4281-b951-d872f2087c98
-
- 13 Oct, 2014 3 commits
-
-
hinoka@chromium.org authored
Git footers doesn't seem to support v8, let alone know that trunk actually maps to the candidate branch. This should fix it. BUG= TBR=agable Review URL: https://codereview.chromium.org/645183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292445 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
Don't discard stderr from failed rebase operations I had an issue where stdout of the failed rebase was empty but stderr contained: First, rewinding head to replay your work on top of it... Dirty index: cannot apply patches (dirty: internal_gyp third_party/html_office). Also, in my case the second rebase was actually succeeding for some reason, which is clearly no expected, so assert in this case. BUG=410339 Review URL: https://codereview.chromium.org/645763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292444 0039d316-1c4b-4281-b951-d872f2087c98
-
jrobbins@chromium.org authored
This is just making the same change to the copy of upload.py that is in depot_tools. BUG=419156 R=iannucci@chromium.org Original Review URL: https://codereview.chromium.org/624513002 Review URL: https://codereview.chromium.org/639503002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292432 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Oct, 2014 1 commit
-
-
jkarlin@chromium.org authored
If presubmit.py for a directory (such as net/) fails due to not being clang formatted, then 'git cl format' needs to be run for that directory, not the entire patch. BUG=422332 Review URL: https://codereview.chromium.org/648713003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292407 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Oct, 2014 1 commit
-
-
agable@chromium.org authored
R=iannucci@chromium.org Review URL: https://codereview.chromium.org/621783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292379 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Oct, 2014 1 commit
-
-
dcheng@chromium.org authored
This check never triggered before, since cpplint.py was looking for override not OVERRIDE. Since Chromium prefers override now, the linter is now (correctly) warning. However, the old Chromium convention (and the one implemented by the clang plugin) is to explicitly annotate all overrides with both virtual and override. The clang plugin code has been updated, but new binaries have not yet been built. Until clang rolls, suppress the warning. BUG=417463 TBR=stip@chromium.org Review URL: https://codereview.chromium.org/627163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292319 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Oct, 2014 1 commit
-
-
pgervais@chromium.org authored
BUG= R=maruel@chromium.org Review URL: https://codereview.chromium.org/614413003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292291 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Oct, 2014 1 commit
-
-
agable@chromium.org authored
This tool can automatically set up the necessary git-svn metadata for our repos that live in SVN but are mirrored to Chrome. R=iannucci@chromium.org, tandrii@chromium.org BUG=418973 Review URL: https://codereview.chromium.org/611253003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292241 0039d316-1c4b-4281-b951-d872f2087c98
-
- 26 Sep, 2014 1 commit
-
-
mark@chromium.org authored
This concerns the "committed" message posted to Rietveld. Prior to 34504a15, this used the committer's own core.abbrev. Now it's using a hard-coded 7. Per recent discussions on chromium-dev, 7 is insufficient to uniquely identify commits in large repositories such as ours. If any abbreviation is to be done, a 12-digit minimum should be used, but there's no reason not to use the entire hash. Review URL: https://codereview.chromium.org/592293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292164 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Sep, 2014 3 commits
-
-
thestig@chromium.org authored
TEST="roll_dep.py breakpad/src 10000" should print ~1387, not 4. Review URL: https://codereview.chromium.org/604463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292129 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
R=szager@chromium.org BUG=413391 Review URL: https://codereview.chromium.org/598153003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292123 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
BUG=413391 R=iannucci@chromium.org,agable@chromium.org Review URL: https://codereview.chromium.org/567873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292117 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Sep, 2014 2 commits
-
-
tandrii@chromium.org authored
BUG=371012 Review URL: https://codereview.chromium.org/562953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292088 0039d316-1c4b-4281-b951-d872f2087c98
-
primiano@chromium.org authored
After switching to a pure git workflow, most of the patchset we upload to rietveld have git metadata. Apparently, however, the scripts here in depot tools, which are used by the CQ and trybots, are ignoring that and applying patches without taking advantage of git metadata. In practice this causes people to rebase and reupload patches more than necessary, even in the cases when it could be handled automatically by means of a three way merge. This change updates the GitCheckout class of depot_tools to use that. BUG=416003 Review URL: https://codereview.chromium.org/577203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292087 0039d316-1c4b-4281-b951-d872f2087c98
-