- 21 Jun, 2012 1 commit
-
-
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
-
- 24 May, 2012 4 commits
-
-
maruel@chromium.org authored
While this is not yet necessary, it could be soon and I prefer to do this before too many people uses it since it breaks everyone. R=cmp@chromium.org,groby@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10440030 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@138886 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
So that a command like "git config rietveld.viewvc-url http://src.chromium.org/viewvc/chrome?view=rev&revision=" works fine. Fix the description automatically generated for the hooks to be using the same code than for the one presented to the user. R=cmp@chromium.org BUG= TEST=Tested manually on cygwin, win32, linux Review URL: https://chromiumcodereview.appspot.com/10447021 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@138874 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
These files are created when using msysgit and git-cl on Windows. R=cmp@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10440016 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@138872 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Full support to tools in git-utils will be added soon TBR=groby@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10445021 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@138825 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 May, 2012 3 commits
-
-
tony@chromium.org authored
No space between -- and merge. Review URL: https://chromiumcodereview.appspot.com/10428002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@138562 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
on http://codereview.appspot.com/6221063/ which makes sure that rietveld will upload non-image binary files. BUG=23608 TEST=Use apply_issue.py with an issue that contains binary files, and make sure the files download correctly. Review URL: https://chromiumcodereview.appspot.com/10422006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@138472 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
BUG=None TEST=gcl upload now uploads any type of binary file, not just images. Review URL: https://chromiumcodereview.appspot.com/10332313 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@138469 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 May, 2012 1 commit
-
-
szager@google.com authored
https://chromiumcodereview.appspot.com/9693033/ Review URL: https://chromiumcodereview.appspot.com/10413056 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@138367 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 May, 2012 2 commits
-
-
scottmg@chromium.org authored
Merge upstream master. - Includes -V option to see current ninja version (120514). - Faster build_log loading. TBR=maruel@chromium.org Review URL: https://chromiumcodereview.appspot.com/10386135 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@137074 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
TEST=Run tests/owners_unittest.py Review URL: https://chromiumcodereview.appspot.com/10384099 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@137041 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 May, 2012 2 commits
-
-
rogerta@chromium.org authored
correctly. Also fix git_cl.py. BUG=None TEST=Make sure that the -m command line option to gcl upload/git cl upload does not add a new message to the rietveld issue. The string associated to the --message argument should only be used as the patchset title. Review URL: https://chromiumcodereview.appspot.com/10384150 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@136922 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
converts -m and --message to -t. BUG=None TEST=When uploading a patch to rietveld, make sure no new message is added to the CL. Review URL: https://chromiumcodereview.appspot.com/10384131 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@136861 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 May, 2012 1 commit
-
-
erg@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10391070 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@136603 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 May, 2012 2 commits
-
-
maruel@chromium.org authored
Make exception PatchApplicationFailed() self printable. R=cmp@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10391033 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@136091 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Pass a valid stdin to child processes. git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@136053 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 May, 2012 3 commits
-
-
maruel@chromium.org authored
Add support for this status. R=nsylvain@chromium.org BUG= TEST=apply_issue.py -i 10382062 should work now Review URL: https://chromiumcodereview.appspot.com/10375056 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@135912 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=none TEST=it works Review URL: https://chromiumcodereview.appspot.com/10310053 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@135873 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10383038 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@135806 0039d316-1c4b-4281-b951-d872f2087c98
-
- 07 May, 2012 3 commits
-
-
scottmg@chromium.org authored
- Nico's improvements to memchr; didn't help perf on Windows, but to avoid diverging. - Fix bug in ninja-deplist-helper that could cause crash when growing database sometimes. Review URL: https://chromiumcodereview.appspot.com/10377038 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@135743 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=nsylvain@chromium.org BUG= TEST=A basic unit test verifies history is kept Review URL: http://codereview.chromium.org/10310034 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@135651 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
BUG=None TEST=Change files that need OWNERS review. Upload the patch. Check that the warning suggests a minimum set of reviewers. Review URL: https://chromiumcodereview.appspot.com/10222020 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@135619 0039d316-1c4b-4281-b951-d872f2087c98
-
- 05 May, 2012 1 commit
-
-
cmp@chromium.org authored
TBR=maruel@chromium.org Review URL: http://codereview.chromium.org/10383031 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@135563 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 May, 2012 2 commits
-
-
johnw@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10206030 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@135377 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Add corresponding support to scm.SVN.Revert() to clobber the svn:ignore'd files. This makes the commit queue remove all the unversioned files, which could have improved its stability. It failed in practice to improve it but it's still a good thing to do overall. R=petermayo@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/10355014 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@135333 0039d316-1c4b-4281-b951-d872f2087c98
-