Home
last modified time | relevance | path

Searched refs:fixChangeLogPatch (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
DfixChangeLogPatch.pl80 ok(fixChangeLogPatch($in) eq $in, $title);
98 ok(fixChangeLogPatch($in) eq $in, $title);
123 ok(fixChangeLogPatch($in) eq $in, $title);
164 ok(fixChangeLogPatch($in) eq $out, $title);
202 ok(fixChangeLogPatch($in) eq $out, $title);
240 ok(fixChangeLogPatch($in) eq $out, $title);
290 ok(fixChangeLogPatch($in) eq $out, $title);
/external/webkit/WebKitTools/Scripts/
DVCSUtils.pm54 &fixChangeLogPatch
598 sub fixChangeLogPatch($) subroutine
Dsvn-unapply191 … unapplyPatch(unsetChangeLogDate($fullPath, fixChangeLogPatch($patch)), $fullPath, ["--fuzz=3"]);
Dsvn-create-patch211 $patch = fixChangeLogPatch($patch) if basename($file) eq "ChangeLog";
Dsvn-apply355 …applyPatch(setChangeLogDateAndReviewer(fixChangeLogPatch($patch), $reviewer), $fullPath, ["--fuzz=…
Dresolve-ChangeLogs411 print PATCH fixChangeLogPatch($patch);
/external/webkit/WebKitTools/
DChangeLog4921 * Scripts/webkitperl/VCSUtils_unittest/fixChangeLogPatch.pl: Added.
5550 Fixed a bug in fixChangeLogPatch, made it work correctly in
5556 Rewrote fixChangeLogPatch.
5559 Added 7 unit tests for fixChangeLogPatch.
10852 svn-apply's fixChangeLogPatch function seems broken
10855 Update fixChangeLogPatch to be able to handle patches which
DChangeLog-2009-06-1620967 * Scripts/svn-apply: Added fixChangeLogPatch() and invoked it in the proper place.