changeset 14700:848a6658069e stable

fileset: use correct function name for hgignore in docstring docstring refereed to "resolved" instead of "hgignore"
author Ollie Rutherfurd <orutherfurd@gmail.com>
date Sun, 19 Jun 2011 22:33:25 -0400
parents 388af80c058b
children 4b93bd041772
files mercurial/fileset.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"))