summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Di Mascio <Adrien.DiMascio@logilab.fr>2006-08-07 08:33:48 +0200
committerAdrien Di Mascio <Adrien.DiMascio@logilab.fr>2006-08-07 08:33:48 +0200
commitc01872ee4e43d7ca73f4126037b5ebe59db0bb76 (patch)
tree4578cac968d6009e25d7089545dff5e52f26a883
parent3aa9e8ab486746c65c1cfc2be10bb01084161440 (diff)
downloadlogilab-common-c01872ee4e43d7ca73f4126037b5ebe59db0bb76.tar.gz
added .hg to default blacklisted directories
-rw-r--r--fileutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fileutils.py b/fileutils.py
index 6513c7d..3e05385 100644
--- a/fileutils.py
+++ b/fileutils.py
@@ -339,7 +339,7 @@ def stream_lines(stream, comments=None):
-BASE_BLACKLIST = ('CVS', '.svn', 'debian', 'dist', 'build', '__buildlog')
+BASE_BLACKLIST = ('CVS', '.svn', 'debian', 'dist', 'build', '__buildlog', '.hg')
IGNORED_EXTENSIONS = ('.pyc', '.pyo', '.elc', '~')
def export(from_dir, to_dir,