# HG changeset patch # User Martin Geisler # Date 1248301325 -7200 # Node ID 83132980e9cd918ab292f1b2a5c9e75d4da308b2 # Parent 8d59e43854d974fbd5d96cd235f77c596871b1c8 churn: use reST syntax for literal blocks diff -r 8d59e43854d9 -r 83132980e9cd hgext/churn.py --- 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:: - + Such a file may be specified with the --aliases option, otherwise a .hgchurn file will be looked for in the working directory root.