Home | History | Annotate | Download | only in Scripts

Lines Matching full:force

98 my $force = 0;
104 "force!" => \$force
108 print STDERR basename($0) . " [-h|--help] [--force] [-m|--merge] [-r|--reviewer name] patch1 [patch2 ...]\n";
237 my $optionalArgs = {options => $options, ensureForce => $force};
336 die unless $force;
373 applyPatch($patch, $fullPath, ["--force"]);
476 open SVN, "svn rm --force '$path' |" or die "svn rm --force '$path' failed!";
484 system("git", "rm", "--force", $path) == 0 or die "Failed to git rm --force $path.";