kill lonely docstring

This commit is contained in:
Benoit Boissinot 2007-08-30 23:54:01 +02:00
parent 39aeb8022a
commit ecc5117277

View File

@ -85,9 +85,3 @@ def ignore(root, files, warn):
util.matcher(root, inc=patlist, src=f))
return ignorefunc
'''default match function used by dirstate and
localrepository. this honours the repository .hgignore file
and any other files specified in the [ui] section of .hgrc.'''