churn: use reST syntax for literal blocks
authorMartin Geisler <mg@lazybytes.net>
Thu, 23 Jul 2009 00:22:05 +0200
changeset 9205 83132980e9cd
parent 9204 8d59e43854d9
child 9206 c1a1b49221e3
churn: use reST syntax for literal blocks
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::
 
-    <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.