# HG changeset patch # User Ollie Rutherfurd # Date 1308537205 14400 # Node ID 848a6658069eb88a920ac3ec1220c0c53fae9d0e # Parent 388af80c058b491089e1c680ed67df0ef30d6e4b fileset: use correct function name for hgignore in docstring docstring refereed to "resolved" instead of "hgignore" diff -r 388af80c058b -r 848a6658069e mercurial/fileset.py --- a/mercurial/fileset.py Mon Jun 20 16:45:33 2011 -0500 +++ b/mercurial/fileset.py Sun Jun 19 22:33:25 2011 -0400 @@ -228,7 +228,7 @@ return [f for f in mctx.subset if f in ms and ms[f] == 'u'] def hgignore(mctx, x): - """``resolved()`` + """``hgignore()`` File that matches the active .hgignore pattern. """ getargs(x, 0, 0, _("hgignore takes no arguments"))