-
sebmarchand@chromium.org authored
Currently apply_issue fail if the content of a newly added file is missing (because of the 900ko threshold in upload.py). But this doesn't apply to the large file that get modified (instead of being added). This is wrong because apply_issue will indicates a success without really applying the patch. It looks like the patch content is set to "None" in this cases (the string value, not the empty value None). Review URL: https://codereview.chromium.org/1612323004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298366 0039d316-1c4b-4281-b951-d872f2087c98
03d762f2