From 40c6067eb67f28d207cf57f8ba2fc549315827b5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 4 Feb 2009 21:57:13 -0500 Subject: Support darcs. Thanks to Gian Piero Carrubba. Closes: #510032 --- 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 1fd4226..e33d734 100755 --- a/commit.d/10vcs-test +++ b/commit.d/10vcs-test @@ -12,4 +12,6 @@ elif [ "$VCS" = hg ] && [ ! -d .hg ]; then not_enabled_warning elif [ "$VCS" = bzr ] && [ ! -d .bzr ]; then not_enabled_warning +elif [ "$VCS" = darcs ] && [ ! -d _darcs ]; then + not_enabled_warning fi -- cgit v1.2.3