Merge branch 'hg'
[jelmer/etckeeper.git] / etckeeper.conf
1 # The VCS to use.
2 # VCS="hg"
3 VCS="git"
4
5 # Options passed to git commit when run by etckeeper.
6 # You could for exemple use "-e" if you want to edit all commit messages
7 # before committing.
8 #GIT_COMMIT_OPTIONS="-e"
9
10 # Options passed to hg commit when run by etckeeper.
11 #HG_COMMIT_OPTIONS=""
12
13 # The high-level package manager that's being used.
14 HIGHLEVEL_PACKAGE_MANAGER=apt
15
16 # The low-level package manager that's being used.
17 LOWLEVEL_PACKAGE_MANAGER=dpkg