- 20 Sep, 2011 2 commits
-
-
maruel@chromium.org authored
Make Dependency.file_list a tuple so it can't be modified. Move the guesswork of file_list at the right place. Remove tree() since it's unnecessary. R=dpranke@chromium.org BUG= TEST=all smoke tests still pass Review URL: http://codereview.chromium.org/7922011 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101951 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7889047 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101950 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 Sep, 2011 3 commits
-
-
jam@chromium.org authored
Fix gcl sometimes stripping the new line characters when changing the issue description on the server. This change replaces \n with \r\n before giving the description to the editor on Windows (not through cygwin though), and then replaces \r\n with \n when saving it locally or sending it to reitveld. BUG=95618 Review URL: http://codereview.chromium.org/7875004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101863 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
I had forgot one access to _requirements. Now that tests are run, this change is safer to commit. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7909012 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101856 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=96775 Review URL: http://codereview.chromium.org/7922018 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101771 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Sep, 2011 3 commits
-
-
craig.schlenter@chromium.org authored
Review URL: http://codereview.chromium.org/7894003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101356 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Add regression test. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7891061 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101351 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Add a warning when RunUnitTestsInDirectory() finds no test to run to catch this kind of regression. Fix all the regressions that where introduced in the meantime... TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7906009 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101347 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Sep, 2011 9 commits
-
-
maruel@chromium.org authored
Broke the tree. :( git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101136 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7892034 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101135 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7891058 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101133 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7885032 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101117 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
I need to add real thread locking to some Dependency methods. That was long needed anyway. TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7891053 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101100 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
subprocess2.check_ouput() doesn't accept stdout argument to correctly mimic subprocess implementation in python 2.7. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7888042 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101085 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
I've fixed the From() issue that was causing it to hangs. We'll see if anything pops up again. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7885028 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101084 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Now with more fixes and take in account subprocess2.check_output() correctness w.r.t. stderr. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7866007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101072 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This would result in a hang during gclient sync. Includes regression test. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7885008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101070 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Sep, 2011 7 commits
-
-
maruel@chromium.org authored
Don't bother, but redirect stderr. TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7865005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100464 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
There is user interaction when the svn credential isn't cached. (Duh) TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7864007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100462 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
stderr is not redirected by default. stdout is not allowed. Both were oversight. Do not override stdin=None in case the user would response to stderr output for example. Increase test coverage. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7860041 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100456 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Update the command for subprocess.CalledProcessError TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7860047 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100410 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
deferring e.args[0] would throw an error. TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7859032 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100402 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7860038 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100393 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Revert r100267 "git cl assumes no shell is used." It's causing exceptions, r100190 still need some work. TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7858029 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100390 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 Sep, 2011 16 commits
-
-
maruel@chromium.org authored
TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7787008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100270 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This is necessary for msysgit usage on windows. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7858008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100267 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Fix case where git-try fails for branch not still uploaded to rietveld. TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7860004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100244 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
It's proved to be unreliable. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7857006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100236 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
No code change. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7858001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100212 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Add regression test. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7754020 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100209 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Update unit test accordingly. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7754016 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100207 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Also verify source_filename properly. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7849015 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100205 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7846003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100203 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7847021 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100201 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Makes the code clearer by separating good and bad use cases. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7850018 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100198 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7848003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100190 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7847004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100185 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Remove reference to shutil while at it. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7851001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100182 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This will simply the transition R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7839038 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100174 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7795061 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100173 0039d316-1c4b-4281-b951-d872f2087c98
-