changeset 5268:fae670ee6c6d

kill lonely docstring
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Thu, 30 Aug 2007 23:54:01 +0200
parents b962f82cfd61
children a0229e4e4b73
files mercurial/ignore.py
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/ignore.py
+++ b/mercurial/ignore.py
@@ -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.'''
-