summaryrefslogtreecommitdiff
path: root/etckeeper.conf
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-04 17:38:10 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-04 17:38:10 -0500
commit788ae5a34c0fad2e3c0788a745400a138d735195 (patch)
tree2517eb3ccf206f4ed7b6ef6a1d543c87caaf2e41 /etckeeper.conf
parent69739dd0341ba72a645344ea14658f0ede006079 (diff)
parentfd4a85189390d6e6f022eb8f71fcecb5d5f82958 (diff)
Merge branch 'hg'
Significantly refactored
Diffstat (limited to 'etckeeper.conf')
-rw-r--r--etckeeper.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/etckeeper.conf b/etckeeper.conf
index d56f866..4cf5f58 100644
--- a/etckeeper.conf
+++ b/etckeeper.conf
@@ -1,8 +1,15 @@
+# The VCS to use.
+# VCS="hg"
+VCS="git"
+
# Options passed to git commit when run by etckeeper.
# You could for exemple use "-e" if you want to edit all commit messages
# before committing.
#GIT_COMMIT_OPTIONS="-e"
+# Options passed to hg commit when run by etckeeper.
+#HG_COMMIT_OPTIONS=""
+
# The high-level package manager that's being used.
HIGHLEVEL_PACKAGE_MANAGER=apt