Home
last modified time | relevance | path

Searched refs:VCSUtils (Results 1 – 21 of 21) sorted by relevance

/external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
DgeneratePatchCommand.pl34 use VCSUtils;
40 my ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
50 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
59 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
68 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
77 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
85 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
DparseDiff.pl31 use VCSUtils;
286 my ($diffHashRef, $lastReadLine) = VCSUtils::parseDiff($fileHandle, $line);
DparseDiffHeader.pl37 use VCSUtils;
245 my ($headerHashRef, $lastReadLine) = VCSUtils::parseDiffHeader($fileHandle, $line);
DparsePatch.pl31 use VCSUtils;
DfixChangeLogPatch.pl34 use VCSUtils;
DrunPatchCommand.pl34 use VCSUtils;
Dgitdiff2svndiff.pl38 use VCSUtils;
/external/webkit/WebKitTools/Scripts/
Dtest-webkitperl40 use VCSUtils;
Dupdate-webkit38 use VCSUtils;
Ddo-webcore-rename36 use VCSUtils;
Dsvn-unapply72 use VCSUtils;
Dcommit-log-editor38 use VCSUtils;
Dsvn-create-patch56 use VCSUtils;
Dsvn-apply73 use VCSUtils;
Dresolve-ChangeLogs41 use VCSUtils;
DVCSUtils.pm29 package VCSUtils; package
Dwebkitdirs.pm38 use VCSUtils;
Dprepare-ChangeLog65 use VCSUtils;
Drun-webkit-tests73 use VCSUtils;
/external/webkit/WebKitTools/
DChangeLog2455 * Scripts/VCSUtils.pm:
3298 * Scripts/VCSUtils.pm:
3871 * Scripts/VCSUtils.pm:
3991 Modified VCSUtils::gitdiff2svndiff() to accept strings that
3996 * Scripts/VCSUtils.pm:
4886 * Scripts/VCSUtils.pm:
4904 * Scripts/VCSUtils.pm:
5418 * Scripts/VCSUtils.pm:
5440 - Moved exitStatus() implementation to VCSUtils.pm.
5555 * Scripts/VCSUtils.pm:
[all …]
DChangeLog-2009-06-161704 …* Scripts/VCSUtils.pm: Add a function that will return the location of a file relative to the root…
3436 Move the guts of determineCurrentSVNRevision to VCSUtils as svnRevisionForDirectory,
3439 * Scripts/VCSUtils.pm:
6616 Fixed VCSUtils.pm to work with git repositories inside symlinks.
6618 * Scripts/VCSUtils.pm: Compute a relative path from the git repository
11310 * Scripts/VCSUtils.pm:
15855 * Scripts/commit-log-editor: Use VCSUtils and accept a git-style
15860 Move generally-useful VCS code into a new VCSUtils.pm module
15866 * Scripts/VCSUtils.pm: Added. Code moved here from prepare-ChangeLog.
15867 * Scripts/prepare-ChangeLog: Use VCSUtils.