- 02 Jun, 2011 1 commit
-
-
maruel@chromium.org authored
This makes it possible to dump logging information from a PRESUBMIT script when calling git cl presubmit -v -v -v for example. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7027031 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@87603 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Jun, 2011 6 commits
-
-
maruel@chromium.org authored
The regression was introduced in r87253. TBR=dpranke@chromium.org BUG= TEST= git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@87550 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@google.com authored
While using --jobs, empty lines are adding a lot of noise. An example output would look like: >gclient sync --jobs=10 1> 3> 4> 6> 5> 7> 5> 5>________ running 'git clone ...' Review URL: http://codereview.chromium.org/7101012 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@87542 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
On Windows "git clone url path/repo" does not create 'path' if it does not exist. It fails with: Fatal: could not create work tree dir 'path\repo'.: No such file or directory this patch manually creates the subdir if it does not exist. Review URL: http://codereview.chromium.org/7080063 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@87522 0039d316-1c4b-4281-b951-d872f2087c98
-
cmp@chromium.org authored
This change makes it possible to run 'git cl' from a Command Prompt using only the auto-installed git from depot_tools. It is needed because in MSysGit, 'git cl' invokes 'git' which calls 'git-cl'. While 'git-cl' is pulled from depot_tools (since it's in PATH), depot_tools/python_bin is not in PATH, and so we execute git_cl.py through our auto-installed python.exe directly. update_depot_tools is fixed so that if we find the auto-installed svn and git in depot_tools, we execute those directly, otherwise falling back to calling them based on PATH. In both git-cl and update_depot_tools, we only enable this new behavior if uname in PATH reports a 'MINGW' environment. This should not trigger on any other environment where uname exists, including Cygwin which should report 'CYGWIN'. Review URL: http://codereview.chromium.org/7020035 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@87510 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@google.com authored
url is pointing to a git repo, the name of the directory created on disk will not contain the .git suffix. Review URL: http://codereview.chromium.org/7104009 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@87492 0039d316-1c4b-4281-b951-d872f2087c98
-
http://git_server/repo.git@SHAnsylvain@google.com authored
correctly. The current behavior was to call git clone with --no-checkout, which did not create a working copy, and made the checkout unusable by the users. Review URL: http://codereview.chromium.org/7104007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@87491 0039d316-1c4b-4281-b951-d872f2087c98
-
- 31 May, 2011 1 commit
-
-
nsylvain@google.com authored
TEST=covered by gclient_smoketest.py Review URL: http://codereview.chromium.org/7062029 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@87367 0039d316-1c4b-4281-b951-d872f2087c98
-
- 30 May, 2011 3 commits
-
-
maruel@chromium.org authored
It needs to be parsed manually and assumes '=*' for property that do not specify a value. Add clearer message on failure like that by specifiying the command line. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7085022 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@87255 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Add "git cl set_commit" command to set the flag more easily. Add --commit to "git cl upload" to streamline workflow even more. Continue conversion to Rietveld object. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7084037 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@87253 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This makes it coherent with the commit queue by keeping the lgtm at a single place. This simplifies owners check code. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7082029 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@87251 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 May, 2011 1 commit
-
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7030023 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@87185 0039d316-1c4b-4281-b951-d872f2087c98
-
- 27 May, 2011 3 commits
-
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7083006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@87106 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
It is because upload.py doesn't use sane default parameter. TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7075029 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@87012 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
It's needed to start a mapreduce on GAE with this class. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7076016 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@87010 0039d316-1c4b-4281-b951-d872f2087c98
-
- 26 May, 2011 1 commit
-
-
bradnelson@google.com authored
BUG=79546 TEST=None R=maruel@google.com Review URL: http://codereview.chromium.org/7062012 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@86837 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 May, 2011 1 commit
-
-
nsylvain@chromium.org authored
Review URL: http://codereview.chromium.org/7008006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@86552 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 May, 2011 2 commits
-
-
cmp@chromium.org authored
Review URL: http://codereview.chromium.org/7055025 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@86501 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
BUG=79546 TEST=None Review URL: http://codereview.chromium.org/7063004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@86460 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 May, 2011 2 commits
-
-
cmp@chromium.org authored
This is causing a failure with dash interpreters. Will revert this change and do testing in that environment before next landing. git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@86211 0039d316-1c4b-4281-b951-d872f2087c98
-
cmp@chromium.org authored
On at least one platform /usr/bin/env is actually not a guaranteed method to get to bash. Fall back to using /bin/bash for this script. Review URL: http://codereview.chromium.org/7039045 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@86185 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 May, 2011 2 commits
-
-
cmp@chromium.org authored
TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/7017005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@85596 0039d316-1c4b-4281-b951-d872f2087c98
-
cmp@chromium.org authored
Review URL: http://codereview.chromium.org/7035005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@85568 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 May, 2011 1 commit
-
-
maruel@chromium.org authored
I wonder how it worked at all. That explains some weird behavior when it was ignoring issues recently. Also enabled limit=1000 in case there's a huge bottleneck. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7016038 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@85516 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 May, 2011 2 commits
-
-
maruel@chromium.org authored
Otherwise it can mess with file permissions. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7016002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@85178 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
The presubmit check complained about long lines in .grd files. This isn't a useful warning since .grd files aren't really source files. The problem was that callers were passing in a file filter to InputApi.AffectedFiles but it was being ignored. Fix was to use the passed in file filter. BUG=None TEST=Ran on a local change and verified that I no longer got long line warnings on .grd files. Review URL: http://codereview.chromium.org/6932060 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@85148 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 May, 2011 2 commits
-
-
maruel@chromium.org authored
This check is also handled by the commit bot so no need to harass people when uploading. R=dpranke@chromium.org BUG=none TEST=Nobody wrote a test for PanProjectChecks() and I didn't write this function, no way I won't. Review URL: http://codereview.chromium.org/6998008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@84814 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
That's just noise for the maintainer. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6985002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@84803 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 May, 2011 1 commit
-
-
maruel@chromium.org authored
The commit bot automagically fixes these issues so the devs don't need to fix these problems TEST=none BUG=none R=dpranke@chromium.org Review URL: http://codereview.chromium.org/6948006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@84572 0039d316-1c4b-4281-b951-d872f2087c98
-
- 05 May, 2011 4 commits
-
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6928037 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@84289 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
It was added in r80045 but was overwriten in r82495 when I synced upload.py to r705 since upstreaming that part staled. TBR=dpranke TEST="git mv foo bar; git commit -a; git cl upload" shows 2 files, one A+, one D. BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@84264 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This is to be able to apply patches directly from rietveld for the try server. TEST=tested on both svn and git with binary files. unit tests will follow up. R=dpranke@chromium.org BUG= Review URL: http://codereview.chromium.org/6904152 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@84255 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
BUG=80178 TEST=none Review URL: http://codereview.chromium.org/6902199 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@84230 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 May, 2011 1 commit
-
-
phajdan.jr@chromium.org authored
introduced in http://src.chromium.org/viewvc/chrome?view=rev&revision=20990 It was intended for the tarball generation script, but there was a better and simpler way. BUG=80549 Review URL: http://codereview.chromium.org/6883263 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@83708 0039d316-1c4b-4281-b951-d872f2087c98
-
- 30 Apr, 2011 1 commit
-
-
maruel@chromium.org authored
Otherwise it's hard to know what's generated from automated testing. R=chase@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6902153 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@83673 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 Apr, 2011 2 commits
-
-
rsesek@chromium.org authored
BUG=80589 TEST=Merge a CL using drover and when prompted to upload, check that the original CL description still has its linebreaks. Review URL: http://codereview.chromium.org/6893095 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@83561 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/6904055 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@83507 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 Apr, 2011 1 commit
-
-
floitsch@google.com authored
When specifying a revision (with -r) propagates the date of the revision to its children. Review URL: http://codereview.chromium.org/6873110 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@83313 0039d316-1c4b-4281-b951-d872f2087c98
-
- 27 Apr, 2011 1 commit
-
-
nick@chromium.org authored
Review URL: http://codereview.chromium.org/6897005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@83228 0039d316-1c4b-4281-b951-d872f2087c98
-
- 26 Apr, 2011 1 commit
-
-
maruel@chromium.org authored
Rename check_call to check_call_out. It's a quite specific need when stderr is needed or when the user doesn't want the default arguments of check_output. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6882127 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@83023 0039d316-1c4b-4281-b951-d872f2087c98
-