##// END OF EJS Templates
revset: point to 'grep' in the 'keyword' help for regex searches...
Matt Harbison -
r30772:b1012cb1 default
parent child Browse files
Show More
@@ -1253,6 +1253,9 b' def hidden(repo, subset, x):'
1253 def keyword(repo, subset, x):
1253 def keyword(repo, subset, x):
1254 """Search commit message, user name, and names of changed files for
1254 """Search commit message, user name, and names of changed files for
1255 string. The match is case-insensitive.
1255 string. The match is case-insensitive.
1256
1257 For a regular expression or case sensitive search of these fields, use
1258 ``grep(regex)``.
1256 """
1259 """
1257 # i18n: "keyword" is a keyword
1260 # i18n: "keyword" is a keyword
1258 kw = encoding.lower(getstring(x, _("keyword requires a string")))
1261 kw = encoding.lower(getstring(x, _("keyword requires a string")))
General Comments 0
You need to be logged in to leave comments. Login now