wmllint: Ignore Mercurial .hg directories

This commit is contained in:
Ignacio R. Morelle 2014-02-20 04:40:36 -03:00
parent dd4dc91a9e
commit 184af275eb

View file

@ -2556,7 +2556,7 @@ def spellcheck(fn, d):
except AttributeError:
print "Caught AttributeError when trying to remove %s from dict" % word
vctypes = (".svn", ".git")
vctypes = (".svn", ".git", ".hg")
def interesting(fn):
"Is a file interesting for conversion purposes?"