summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO2
-rwxr-xr-xcommit.d/45bzr-precommit6
-rw-r--r--debian/changelog3
3 files changed, 2 insertions, 9 deletions
diff --git a/TODO b/TODO
index 00e0460..be807da 100644
--- a/TODO
+++ b/TODO
@@ -26,5 +26,3 @@
message
Done for dpkg, but not for other package managers like rpm.
-
-* bzr: Somehow support etckeeper's pre-commit hook.
diff --git a/commit.d/45bzr-precommit b/commit.d/45bzr-precommit
deleted file mode 100755
index 3128c7a..0000000
--- a/commit.d/45bzr-precommit
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-set -e
-
-if [ "$VCS" = bzr ] && [ -d .bzr ]; then
- etckeeper precommit .
-fi
diff --git a/debian/changelog b/debian/changelog
index 6ee0f56..471b14f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,13 +2,14 @@ etckeeper (0.15) UNRELEASED; urgency=low
* Support for the new bzr pre-commit hook. This requires bzr version 1.4.
(Jelmer Vernooij)
+ Closes: #473069
* bzr: Set nickname for tree in init.d/40vcs-init (Daniel Hahler)
* Add script to add new files during "commit" for bzr (commit.d/30bzr-add).
(Daniel Hahler)
* Fix handling of files with spaces, by setting IFS to "newline" in
commit.d/40bzr-rm and commit.d/40git-rm (Daniel Hahler)
- -- Joey Hess <joeyh@debian.org> Sat, 05 Apr 2008 14:39:10 -0400
+ -- Jelmer Vernooij <jelmer@samba.org> Sat, 05 Apr 2008 20:59:44 +0200
etckeeper (0.14) unstable; urgency=low