churn: use reST syntax for literal blocks

This commit is contained in:
Martin Geisler 2009-07-23 00:22:05 +02:00
parent 49448c8739
commit 0c95184876

View File

@ -102,7 +102,7 @@ def churn(ui, repo, *pats, **opts):
Statistics are based on the number of changed lines, or alternatively the
number of matching revisions if the --changesets option is specified.
Examples:
Examples::
# display count of changed lines for every committer
hg churn -t '{author|email}'
@ -117,9 +117,9 @@ def churn(ui, repo, *pats, **opts):
hg churn -f '%Y' -s
It is possible to map alternate email addresses to a main address by
providing a file using the following format:
providing a file using the following format::
<alias email> <actual email>
<alias email> <actual email>
Such a file may be specified with the --aliases option, otherwise a
.hgchurn file will be looked for in the working directory root.