Changeset 249190 in webkit
- Timestamp:
- Aug 27, 2019, 8:15:33 PM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Scripts/svn-apply (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r249189 r249190 1 2019-08-27 James Darpinian <jdarpinian@google.com> 2 3 Fix applying diffs that only change file mode 4 https://bugs.webkit.org/show_bug.cgi?id=201191 5 6 Reviewed by Daniel Bates. 7 8 * Scripts/svn-apply: 9 (patch): Handle case of file mode change without content change 10 1 11 2019-08-27 Aakash Jain <aakash_jain@apple.com> 2 12 -
trunk/Tools/Scripts/svn-apply
r239718 r249190 383 383 close($FH); 384 384 scmAdd($fullPath); 385 } els e{385 } elsif (!defined($diffHashRef->{executableBitDelta})) { 386 386 die "Can't handle patch for \"$fullPath\"."; 387 387 }
Note:
See TracChangeset
for help on using the changeset viewer.