# HG changeset patch # User Matt Mackall # Date 1394994548 18000 # Node ID eaeee6f95fc07ed22acd3e62db4d241d0ee97b84 # Parent 968247e8f4ac1ad90ae77ae067cf7db2c0fe4c4e locate: deprecate in favor of files diff -r 968247e8f4ac -r eaeee6f95fc0 mercurial/commands.py --- 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.