diff options
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | debian/changelog | 7 |
2 files changed, 7 insertions, 4 deletions
@@ -50,10 +50,6 @@ metadata about file owners and permissions into a `/etc/.metadata` file. This metadata is stored in version control along with everything else, and can be applied if the repo should need to be checked back out. -Warning: bazaar cannot support running etckeeper's pre-commit hook. To -ensure that all file metadata is stored in bzr, you have to manually -run "etckeeper pre-commit" before committing to bazaar. - git and mercurial cannot track empty directories, but they can be significant sometimes in /etc. So the `pre-commit` hook also stores information that can be used to recreate the empty directories in a diff --git a/debian/changelog b/debian/changelog index 214296e..7c131fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +etckeeper (0.15) UNRELEASED; urgency=low + + * Support for the new bzr pre-commit hook. This requires bzr version 1.4. + (Jelmer Vernooij) + + -- Joey Hess <joeyh@debian.org> Sat, 05 Apr 2008 14:39:10 -0400 + etckeeper (0.14) unstable; urgency=low * When deleting the .metadata, only $VCS rm it if using git. hg write |