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. --- debian/templates | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/templates') diff --git a/debian/templates b/debian/templates index 565c703..87f634b 100644 --- a/debian/templates +++ b/debian/templates @@ -11,10 +11,10 @@ Template: etckeeper/unclean Type: boolean Default: true #flag:translate!:3 -_Description: Commit changed files in /etc to git? +_Description: Commit changed files in /etc to ${VCS}? The /etc directory contains uncommitted files or other changes. It's best for all files in /etc to be committed - to git before running APT. Added and changed files listed below can + to ${VCS} before running APT. Added and changed files listed below can be committed automatically: . ${STATUS} @@ -22,7 +22,7 @@ _Description: Commit changed files in /etc to git? Template: etckeeper/commit_failed Type: error _Description: Commit failed - An attempt to commit /etc changes to git failed. + An attempt to commit /etc changes to ${VCS} failed. . You may manually resolve the issues with the uncommitted changes before continuing. -- cgit v1.2.3