+2008-06-09 Guillem Jover <guillem@debian.org>
+
+ * scripts/Dpkg/Source/Package.pm ($diff_ignore_default_regexp): Add
+ '.hgignore'.
+ (@tar_ignore_default_pattern): Likewise.
+
2008-06-09 Guillem Jover <guillem@debian.org>
* src/query.c (searchfiles): Use VARBUF_INIT to initialize path
* Replace realloc plus error checking usage with m_realloc.
* Close --status-fd file descriptors on exec, so that they are not
inherited by the childs. Closes: #471488
+ * Add '.hgignore' to the default dpkg-source -i regex and -I pattern.
+ Closes: #485365
[ Raphael Hertzog ]
* Enhance dpkg-shlibdeps's error message when a library can't be found to
# Ignore baz-style junk files or directories
(?:^|/),,.*(?:$|/.*$)|
# File-names that should be ignored (never directories)
-(?:^|/)(?:DEADJOE|\.cvsignore|\.arch-inventory|\.bzrignore|\.gitignore)$|
+(?:^|/)(?:DEADJOE|\.arch-inventory|\.(?:bzr|cvs|hg|git)ignore)$|
# File or directory names that should be ignored
(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|\.hg|_darcs|\.git|
\.shelf|_MTN|\.be|\.bzr(?:\.backup|tags)?)(?:$|/.*$)
.git
.gitignore
.hg
+.hgignore
.shelf
.svn
CVS