##// END OF EJS Templates
fileset: use correct function name for hgignore in docstring...
Ollie Rutherfurd -
r14700:848a6658 stable
parent child Browse files
Show More
@@ -228,7 +228,7 b' def unresolved(mctx, x):'
228 228 return [f for f in mctx.subset if f in ms and ms[f] == 'u']
229 229
230 230 def hgignore(mctx, x):
231 """``resolved()``
231 """``hgignore()``
232 232 File that matches the active .hgignore pattern.
233 233 """
234 234 getargs(x, 0, 0, _("hgignore takes no arguments"))
General Comments 0
You need to be logged in to leave comments. Login now