##// END OF EJS Templates
locate: deprecate in favor of files
Matt Mackall -
r22431:eaeee6f9 default
parent child Browse files
Show More
@@ -4161,7 +4161,7 b' def init(ui, dest=".", **opts):'
4161 ] + walkopts,
4161 ] + walkopts,
4162 _('[OPTION]... [PATTERN]...'))
4162 _('[OPTION]... [PATTERN]...'))
4163 def locate(ui, repo, *pats, **opts):
4163 def locate(ui, repo, *pats, **opts):
4164 """locate files matching specific patterns
4164 """locate files matching specific patterns (DEPRECATED)
4165
4165
4166 Print files under Mercurial control in the working directory whose
4166 Print files under Mercurial control in the working directory whose
4167 names match the given patterns.
4167 names match the given patterns.
General Comments 0
You need to be logged in to leave comments. Login now