add warning messages about bzr and mercurial hooks that are not correctly setup
parent
799b93d258
commit
891238e075
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue