Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
DfixChangeLogPatchThenSetChangeLogDateAndReviewer.pl87 my $fixedChangeLog = VCSUtils::fixChangeLogPatch($patch);
DfixChangeLogPatch.pl521 my $got = VCSUtils::fixChangeLogPatch($testCase->{inputText});
/external/webkit/Tools/Scripts/
Dsvn-unapply161 my $changeLogHash = fixChangeLogPatch($patch);
DVCSUtils.pm58 &fixChangeLogPatch
1394 sub fixChangeLogPatch($) subroutine
1670 my $changeLogHash = fixChangeLogPatch($patch);
Dsvn-create-patch236 my $changeLogHash = fixChangeLogPatch($patch);
Dsvn-apply329 my $changeLogHash = fixChangeLogPatch($patch);
/external/webkit/Tools/
DChangeLog-2011-02-165892 Moreover, changes fixChangeLogPatch() to move entries inserted earlier
5895 Currently, fixChangeLogPatch() explicitly bails out and returns an unchanged
5905 … * Scripts/VCSUtils.pm: Modified fixChangeLogPatch() to move entries inserted earlier to the top.
5907 * Scripts/webkitperl/VCSUtils_unittest/fixChangeLogPatch.pl:
5909 - "fixChangeLogPatch: New entry inserted in middle."
5910 (formerly named "fixChangeLogPatch: [no change] New entry inserted in middle.")
5912 …- "fixChangeLogPatch: New entry inserted earlier in the file, but after an entry with the same aut…
5913 …(formerly named "fixChangeLogPatch: [no change] New entry inserted earlier in the file, but after …
17300 Make VCSUtils::fixChangeLogPatch() return a reference to a hash
17304 Currently, VCSUtils::fixChangeLogPatch() returns a string that
[all …]
DChangeLog-2010-05-2420441 * Scripts/webkitperl/VCSUtils_unittest/fixChangeLogPatch.pl: Added.
21070 Fixed a bug in fixChangeLogPatch, made it work correctly in
21076 Rewrote fixChangeLogPatch.
21079 Added 7 unit tests for fixChangeLogPatch.
26372 svn-apply's fixChangeLogPatch function seems broken
26375 Update fixChangeLogPatch to be able to handle patches which
DChangeLog1384 - Extracted local variable $chunkRangeRegEx from fixChangeLogPatch() so that it can be
DChangeLog-2009-06-1620967 * Scripts/svn-apply: Added fixChangeLogPatch() and invoked it in the proper place.