- 18 Jul, 2012 1 commit
-
-
maruel@chromium.org authored
git cl dcommit statistics were not using --find-copies-harder, scaring the user off. R=cmp@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10795003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@147343 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Jul, 2012 2 commits
-
-
maruel@chromium.org authored
Otherwise, the output was: fatal: Needed a single revision invalid upstream origin R=szager@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10784045 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@147064 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@google.com authored
Add compacting of dep_database when it exceeds size threshold. TBR=maruel@google.com Review URL: https://chromiumcodereview.appspot.com/10789042 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@147049 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Jul, 2012 1 commit
-
-
maruel@chromium.org authored
Cygwin used to have a bug where the number of lock was very limited, causing it to crash when --jobs was used with a value different than 1. This bug seems to have been fixed a few months ago as I can't reproduce the anymore after extensive usage. R=cmp@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10689194 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@146798 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Jul, 2012 1 commit
-
-
chrisha@chromium.org authored
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10696202 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@146391 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Jul, 2012 1 commit
-
-
maruel@chromium.org authored
R=cmp@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10736011 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@146136 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Jul, 2012 1 commit
-
-
dbeam@chromium.org authored
R=maruel@chromium.org BUG=None (AFAIK) TEST=Turn off networking, run gclient runhooks. Review URL: https://chromiumcodereview.appspot.com/10750007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@145878 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Jul, 2012 1 commit
-
-
szager@chromium.org authored
picking the wrong upstream branch. Review URL: https://chromiumcodereview.appspot.com/10758011 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@145791 0039d316-1c4b-4281-b951-d872f2087c98
-
- 06 Jul, 2012 1 commit
-
-
rogerta@chromium.org authored
authentication. Also allow apply_issue.py to specify a username if needed. BUG=43563 TEST=Make sure that sending try jobs directly from rietveld works. Review URL: https://chromiumcodereview.appspot.com/10704111 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@145600 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Jul, 2012 3 commits
-
-
maruel@chromium.org authored
Since open() and codecs.open() have different behavior, and codecs.open() misbehaves on python 2.6, switch to open() with manual str decoding. TBR=cmp@chromium.org BUG= TEST=I failed to reproduce, it's a shot in the dark Review URL: https://chromiumcodereview.appspot.com/10698089 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@145396 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=cmp@chromium.org BUG= TEST=manually tested gclient sync works on linux with python 2.6 Review URL: https://chromiumcodereview.appspot.com/10694069 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@145315 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Otherwise, the files are opened in 'whatever happens to be the current encoding' which is highly system-dependent. Even if some files are not encoded with utf-8, the status quo is even worse. So it's worth trying out. TBR=cmp@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10697036 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@145306 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 Jun, 2012 1 commit
-
-
maruel@chromium.org authored
Calling IsValidRevision('refs/head/master') will always return True. TBR=bauerb@chromium.org BUG=134858 TEST=Tested manually with 'managed': True Review URL: https://chromiumcodereview.appspot.com/10694022 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@144786 0039d316-1c4b-4281-b951-d872f2087c98
-
- 27 Jun, 2012 2 commits
-
-
maruel@chromium.org authored
'git rev-parse foo' with foo being any 40 character hex string will succeed. Strip one char to force git to do a proper hash table lookup. TBR=bauerb@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10693008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@144481 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
This should make a `gclient sync` faster, especially on Windows, where git hangs regularly. BUG=none TEST=gclient sync -v doesn't print "Fetching origin" all the time Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=143898 Reverted: http://src.chromium.org/viewvc/chrome?view=rev&revision=143911 Review URL: https://chromiumcodereview.appspot.com/10668020 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@144451 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Jun, 2012 2 commits
-
-
bauerb@chromium.org authored
TBR=maruel@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10663019 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@143911 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
This should make a `gclient sync` faster, especially on Windows, where git hangs regularly. BUG=none TEST=gclient sync -v doesn't print "Fetching origin" all the time Review URL: https://chromiumcodereview.appspot.com/10668020 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@143898 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Jun, 2012 6 commits
-
-
szager@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10636015 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@143731 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@google.com authored
- fix FILE* leak when updating build_log version - push PATH into parent environment in ninja-deplist-helper BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10630031 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@143663 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
(ninja.bat is now ninja.exe.) TBR=maruel@google.com Review URL: https://chromiumcodereview.appspot.com/10653006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@143627 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@google.com authored
Should have been part of http://crrev.com/143525 but I fail at svn. TBR=maruel@google.com BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10628019 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@143623 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisha@chromium.org authored
This gets around command-line length limitations. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10654002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@143620 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Update ninja binary with upstream: - $in_newline instead of $in - Improved build log format for faster loading. Review URL: https://chromiumcodereview.appspot.com/10399040 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@143525 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 Jun, 2012 2 commits
-
-
szager@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10635010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@143474 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10630010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@143464 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Jun, 2012 2 commits
-
-
maruel@chromium.org authored
The output is dependent on git's version. This is blocking the CQ. TBR=petermayo@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10559075 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@143172 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
First, the environment variable for the child process was created but not specified to subprocess.call(). Second, third_party/logilab/__init__.py tried to initialize itself with pkg_resources. TBR=chrisha@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10582031 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@143111 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 Jun, 2012 1 commit
-
-
chrisha@google.com authored
This CL adds pylint (and its dependencies) to third_party. It plumbs them into presubmit_canned_checks, and exposes a command-line tool to access pylint. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10447014 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@143016 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Jun, 2012 1 commit
-
-
szager@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10543151 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@142479 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Jun, 2012 1 commit
-
-
ferringb@google.com authored
This is backwards compatible, and should be done prior to upgrading repo's internals to 1.9.4. BUG=chromium-os:31841 TEST=manual validation Review URL: https://chromiumcodereview.appspot.com/10541155 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@142238 0039d316-1c4b-4281-b951-d872f2087c98
-
- 13 Jun, 2012 1 commit
-
-
szager@chromium.org authored
on origin/master. Review URL: https://chromiumcodereview.appspot.com/10537117 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@141958 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Jun, 2012 2 commits
-
-
cmp@chromium.org authored
Enable copy detection for git-cl upload. This makes it possible to copy a directory containing many files, add+commit the new path, and then upload a patch to Rietveld that shows the files were copied. In my tests, -C -C was needed to pick up a basic file copy. -C was not enough. I'm not sure why exactly. The output generated in the diff looks like: sh$ git diff -C -C HEAD~1..HEAD diff --git a/slave/Makefile b/slave2/Makefile similarity index 100% copy from slave/Makefile copy to slave2/Makefile ... (This change requires r141676 / https://chromiumcodereview.appspot.com/10543116/ which updates upload.py to use --find-copies-harder.) R=maruel@chromium.org Review URL: https://chromiumcodereview.appspot.com/10545107 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@141689 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=cmp@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10543116 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@141676 0039d316-1c4b-4281-b951-d872f2087c98
-
- 06 Jun, 2012 2 commits
-
-
maruel@chromium.org authored
R=cmp@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10540035 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@140865 0039d316-1c4b-4281-b951-d872f2087c98
-
cmp@chromium.org authored
This reverts commit db5a0def. TBR=maruel@chromium.org Review URL: https://chromiumcodereview.appspot.com/10532034 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@140808 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Jun, 2012 2 commits
-
-
szager@chromium.org authored
The effect of this is to preserve the behavior of `git status`, i.e., only changes in the top-level repository will be reported. Updated test expectations; I have no idea what I'm doing. Review URL: https://chromiumcodereview.appspot.com/10454088 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@140396 0039d316-1c4b-4281-b951-d872f2087c98
-
cmp@chromium.org authored
Enable copy detection for git-cl upload. This makes it possible to copy a directory containing many files, add+commit the new path, and then upload a patch to Rietveld that shows the files were copied. In my tests, -C -C was needed to pick up a basic file copy. -C was not enough. I'm not sure why exactly. The output generated in the diff looks like: sh$ git diff -C -C HEAD~1..HEAD diff --git a/slave/Makefile b/slave2/Makefile similarity index 100% copy from slave/Makefile copy to slave2/Makefile ... Review URL: https://chromiumcodereview.appspot.com/10412027 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@140314 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Jun, 2012 1 commit
-
-
szager@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10479004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@140114 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 May, 2012 2 commits
-
-
maruel@chromium.org authored
This breaks _some_ msysgit uses cases. I'll investigate later. TBR=cmp@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10445042 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@139114 0039d316-1c4b-4281-b951-d872f2087c98
-
ukai@chromium.org authored
R=maruel@chromium.org BUG=none TEST=python.exe git_cl_test.py Review URL: https://chromiumcodereview.appspot.com/10442028 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@138964 0039d316-1c4b-4281-b951-d872f2087c98
-