From 6398f205b74c158eecdf2ed6a057f77f64db0340 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 11 Mar 2008 15:03:24 -0400 Subject: * Add support for bzr, thanks to Mark A. Hershberger. Closes: #470515 (Note that bzr does not support etckeeper's pre-commit hook.) --- commit.d/10vcs-test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'commit.d/10vcs-test') diff --git a/commit.d/10vcs-test b/commit.d/10vcs-test index ddd4448..1fd4226 100755 --- a/commit.d/10vcs-test +++ b/commit.d/10vcs-test @@ -10,4 +10,6 @@ if [ "$VCS" = git ] && [ ! -d .git ]; then not_enabled_warning elif [ "$VCS" = hg ] && [ ! -d .hg ]; then not_enabled_warning +elif [ "$VCS" = bzr ] && [ ! -d .bzr ]; then + not_enabled_warning fi -- cgit v1.2.3