[PATCH] wrapped lines in manpage
paul sorenson
sf at metrak.com
Mon May 7 12:08:30 UTC 2007
Sorry about the (lack of) attachment in previous email. That patch can
be found at http://www.metrak.com/tmp/hg-docs.txt and it should fix
wrapped lines in hg manpage.
A further slight fix to a broken line:
# HG changeset patch
# User paul sorenson <sf at metrak.com>
# Date 1178539255 -36000
# Node ID f7426d90f9e2acd96fea69f7fcce428d1c143105
# Parent 481e6008ef63047922c0f23a5dbfcbf28d683cf1
Command in doc comment is now on a single line, fixed
after previous formatting broke it.
diff -r 481e6008ef63 -r f7426d90f9e2 mercurial/commands.py
--- a/mercurial/commands.py Sun May 06 20:46:15 2007 +1000
+++ b/mercurial/commands.py Mon May 07 22:00:55 2007 +1000
@@ -1657,8 +1657,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.
More information about the Mercurial-devel
mailing list