# HG changeset patch # User Benoit Boissinot # Date 1188510841 -7200 # Node ID fae670ee6c6db2819b7d95914a89f47aa0e4b0dc # Parent b962f82cfd611ece4fd24bf402e9f2aff7f98b85 kill lonely docstring diff --git a/mercurial/ignore.py b/mercurial/ignore.py --- 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.''' -