diff options
Diffstat (limited to 'commit.d/10vcs-test')
-rwxr-xr-x | commit.d/10vcs-test | 2 |
1 files changed, 2 insertions, 0 deletions
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 |