add warning messages about bzr and mercurial hooks that are not correctly setup

master
Joey Hess 2010-03-29 11:54:18 -04:00
parent 799b93d258
commit 891238e075
1 changed files with 2 additions and 0 deletions

View File

@ -72,9 +72,11 @@ sub import (@) {
}
elsif ($config{rcs} eq 'bzr') {
# TODO
print STDERR "warning: do not know how to set up the bzr_wrapper hook!\n";
}
elsif ($config{rcs} eq 'mercurial') {
# TODO
print STDERR "warning: do not know how to set up the mercurial_wrapper hook!\n";
}
elsif ($config{rcs} eq 'cvs') {
$config{cvs_wrapper}=$config{repository}."/CVSROOT/post-commit";