Lines Matching refs:target
371 my $target = shift;
378 if ( !open(HGRC, ">>$target/.hg/hgrc") ) {
379 print_error("Can't append to hgrc file of repository '$target'.\n", 88);
394 my $target = shift;
461 …hg_clone_repository($master_local_source, $master_lan_source, $target, $milestone_tag, $clone_with…
465 hg_remote_pull_repository($cws_remote_source, $target);
470 hgrc_append_push_path_and_hooks($target, $cws_remote_source);
475 hg_update_repository($target);
1219 my $target = $_;
1221 $target .= $suffix;
1223 if ( !symlink("../ooo/$_", $target) ) {
1224 print_error("Can't symlink directory '../ooo/$_ -> $target': $!.", 44);
1231 my $target = $_;
1233 $target .= $suffix;
1235 if ( !symlink("../sun/$_", $target) ) {
1236 print_error("Can't symlink directory '../sun/$_ -> $target': $!.", 44);