Mercurial > hg
changeset 9205:83132980e9cd
churn: use reST syntax for literal blocks
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Thu, 23 Jul 2009 00:22:05 +0200 |
parents | 8d59e43854d9 |
children | c1a1b49221e3 |
files | hgext/churn.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/churn.py Thu Jul 23 00:21:46 2009 +0200 +++ b/hgext/churn.py Thu Jul 23 00:22:05 2009 +0200 @@ -102,7 +102,7 @@ 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 @@ 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.