##// END OF EJS Templates
revset: expand help for contains predicate
Martin Geisler -
r14353:afb2ed5b stable
parent child Browse files
Show More
@@ -428,7 +428,8 b' def hasfile(repo, subset, x):'
428 428
429 429 def contains(repo, subset, x):
430 430 """``contains(pattern)``
431 Revision contains pattern.
431 Revision contains a file matching pattern. See :hg:`help patterns`
432 for information about file patterns.
432 433 """
433 434 # i18n: "contains" is a keyword
434 435 pat = getstring(x, _("contains requires a pattern"))
General Comments 0
You need to be logged in to leave comments. Login now