DescriptionMake apply_issue fail if the content of a large file is missing.
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).
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=298366
Patch Set 1 #
Total comments: 2
Messages
Total messages: 9 (3 generated)
|