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.) --- etckeeper.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etckeeper.conf') diff --git a/etckeeper.conf b/etckeeper.conf index bd07ea7..f7a7ddf 100644 --- a/etckeeper.conf +++ b/etckeeper.conf @@ -1,6 +1,7 @@ # The VCS to use. # VCS="hg" VCS="git" +# VCS="bzr" # Options passed to git commit when run by etckeeper. #GIT_COMMIT_OPTIONS="" @@ -8,6 +9,9 @@ VCS="git" # Options passed to hg commit when run by etckeeper. #HG_COMMIT_OPTIONS="" +# Options passed to bzr commit when run by etckeeper. +#BZR_COMMIT_OPTIONS="" + # The high-level package manager that's being used. HIGHLEVEL_PACKAGE_MANAGER=apt -- cgit v1.2.3