Package: fcheck Version: 2.7.59-13 Severity: wishlist please find a patch attached to add "#Exclusion = /etc/.hg/" to /etc/fcheck/fcheck.cfg
some of us follow http://michael-prokop.at/blog/2007/03/14/maintain-etc-with-mercurial-on-debian/ to maintain /etc/. cheers, raoul
diff -r f5595a89d579 fcheck/fcheck.cfg --- a/fcheck/fcheck.cfg Fri Mar 19 15:40:52 2010 +0100 +++ b/fcheck/fcheck.cfg Fri Mar 19 17:29:00 2010 +0100 @@ -74,6 +74,7 @@ #Exclusion = /etc/.git/ #Exclusion = /etc/.etckeeper #Exclusion = /etc/.gitignore +#Exclusion = /etc/.hg/ # Miscellaneous settings are passed to fcheck from here.

