Home | History | Annotate | Download | only in Scripts

Lines Matching full:stat

1246         $command = "$SVN stat $filesString";
1372 open STAT, "-|", statusCommand(keys %paths) or die "The status failed: $!.\n";
1373 while (<STAT>) {
1399 print; # error output from svn stat
1440 close STAT;