# HG changeset patch # User Matt Mackall # Date 2014-03-16 18:29:08 # Node ID eaeee6f95fc07ed22acd3e62db4d241d0ee97b84 # Parent 968247e8f4ac1ad90ae77ae067cf7db2c0fe4c4e locate: deprecate in favor of files diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -4161,7 +4161,7 @@ def init(ui, dest=".", **opts): ] + 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.