changeset 22431:eaeee6f95fc0

locate: deprecate in favor of files
author Matt Mackall <mpm@selenic.com>
date Sun, 16 Mar 2014 13:29:08 -0500
parents 968247e8f4ac
children d9446e43cd40
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Fri Sep 12 18:36:38 2014 -0500
+++ b/mercurial/commands.py	Sun Mar 16 13:29:08 2014 -0500
@@ -4161,7 +4161,7 @@
     ] + walkopts,
     _('[OPTION]... [PATTERN]...'))
 def locate(ui, repo, *pats, **opts):
-    """locate files matching specific patterns
+    """locate files matching specific patterns (DEPRECATED)
 
     Print files under Mercurial control in the working directory whose
     names match the given patterns.