From 2e7110a31815c500ff6de321d5c83c3c5529de53 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 4 Jan 2008 18:03:13 -0500 Subject: updates for mercurial Changed the templates file to not hardcode 'git', and manually unfuzzied all translations except for Vietnamese, which stumped me. A few translations _may_ read incorrectly when VCS=hg, most should be ok. Updated git-specific documentation, but left the tutorial git-specific. Rename more conffiles. Joy oh, joy. Update dependencies. Add some more documentation about etckeeper.conf. --- pre-install.d/50uncommitted-changes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pre-install.d') diff --git a/pre-install.d/50uncommitted-changes b/pre-install.d/50uncommitted-changes index 30a6fd7..3bfc037 100755 --- a/pre-install.d/50uncommitted-changes +++ b/pre-install.d/50uncommitted-changes @@ -37,6 +37,7 @@ if unclean; then db_title etckeeper db_reset etckeeper/unclean || true + db_subst etckeeper/unclean VCS "$VCS" db_subst etckeeper/unclean STATUS $(status | debconf-escape -e) || true db_input critical etckeeper/unclean || true db_go || true @@ -45,6 +46,7 @@ if unclean; then if [ "$RET" = true ]; then if ! commit "saving uncommitted changes in /etc prior to $HIGHLEVEL_PACKAGE_MANAGER run"; then if [ -e /usr/share/debconf/confmodule ]; then + db_subst etckeeper/commit_failed VCS "$VCS" db_input critical etckeeper/commit_failed || true db_go || true db_reset etckeeper/commit_failed || true -- cgit v1.2.3