# HG changeset patch # User Benoit Boissinot # Date 1188510841 -7200 # Node ID fae670ee6c6db2819b7d95914a89f47aa0e4b0dc # Parent b962f82cfd611ece4fd24bf402e9f2aff7f98b85 kill lonely docstring diff -r b962f82cfd61 -r fae670ee6c6d mercurial/ignore.py --- a/mercurial/ignore.py Thu Aug 30 18:55:56 2007 +0200 +++ b/mercurial/ignore.py Thu Aug 30 23:54:01 2007 +0200 @@ -85,9 +85,3 @@ 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.''' -