summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-05 14:40:49 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-05 14:40:49 -0400
commitd163a7d3ef00b25c45bb58947c711dc686ac6119 (patch)
tree86be668ee0dc25a383e73ced16a6cfa7b99f0621
parent283398c871cc2924909d5c6ceb47d25951f9e0e0 (diff)
changelog entry and remove obsolete warning
-rw-r--r--README4
-rw-r--r--debian/changelog7
2 files changed, 7 insertions, 4 deletions
diff --git a/README b/README
index 041ff54..02461c6 100644
--- a/README
+++ b/README
@@ -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