Lines Matching refs:force
92 my $force = 0;
98 "force!" => \$force
102 print STDERR basename($0) . " [-h|--help] [--force] [-m|--merge] [-r|--reviewer name] patch1 [patch2 ...]\n";
127 my $preparedPatchHash = prepareParsedPatch($force, @diffHashRefs);
200 my $optionalArgs = {options => $options, ensureForce => $force};
348 applyPatch($patch, $fullPath, ["--force"]) if $patch;
448 open SVN, "svn rm --force '$path' |" or die "svn rm --force '$path' failed!";
462 system("git", "rm", "--force", "--ignore-unmatch", $path) == 0 or die "Failed to git rm --force --ignore-unmatch $path.";