diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-09 13:41:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-09 13:41:43 -0400 |
commit | 13f115d6b706a715e964e5b7012c01b6a36a5125 (patch) | |
tree | 4a9ce5963c7e789771dcb6774e2592a4aafb90be /debian | |
parent | c1503fb14979594c7906f2b1ccc117c1d8c73a77 (diff) |
Use hg pre-commit hook, rather than its precommit hook, as the latter is run after the files staged for commit are determined and so .etckeeper cannot be staged as part of the current commit. Closes: #621827
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a90bd61..fb7bd85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,10 @@ etckeeper (0.54) UNRELEASED; urgency=low * Ignore inssev's FHS violating /etc/init.d/.depend.* files. Closes: #619407 See #619409 + * Use hg pre-commit hook, rather than its precommit hook, + as the latter is run after the files staged for commit are + determined and so .etckeeper cannot be staged as part of the current + commit. Closes: #621827 -- Joey Hess <joeyh@debian.org> Fri, 25 Mar 2011 15:14:32 -0400 |