Mercurial > public > mercurial-scm > hg-stable
diff mercurial/ignore.py @ 5271:fae670ee6c6d
kill lonely docstring
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Thu, 30 Aug 2007 23:54:01 +0200 |
parents | ac97e065cfc7 |
children | 04c76f296ad6 |
line wrap: on
line diff
--- 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.''' -