diff mercurial/commands.py @ 4692:c135c6cddbec

Command in doc comment is now on a single line, fixed after previous formatting broke it.
author paul sorenson <sf@metrak.com>
date Sat, 23 Jun 2007 22:25:11 -0500
parents 849f011dbf79
children 5b2d986de0f8
line wrap: on
line diff
--- 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.