# HG changeset patch # User paul sorenson # Date 2007-06-24 03:25:11 # Node ID c135c6cddbece1c40419f4be5879e4b076823b58 # Parent ca4971347e0a6510df6a0ca0fd05d0e0fe33061f Command in doc comment is now on a single line, fixed after previous formatting broke it. diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -1699,7 +1699,8 @@ def locate(ui, repo, *pats, **opts): given patterns. This command searches the entire repository by default. To search - just the current directory and its subdirectories, use "--include .". + just the current directory and its subdirectories, use + "--include .". If no patterns are given to match, this command prints all file names.