pager: use reST syntax for literal blocks
authorMartin Geisler <mg@lazybytes.net>
Thu, 23 Jul 2009 00:24:03 +0200
changeset 9212 dfc1d5da98f0
parent 9211 9f64878a6e8a
child 9213 ee0af2f28794
pager: use reST syntax for literal blocks
hgext/pager.py
--- a/hgext/pager.py	Thu Jul 23 00:23:53 2009 +0200
+++ b/hgext/pager.py	Thu Jul 23 00:24:03 2009 +0200
@@ -14,7 +14,7 @@
 
 '''browse command output with an external pager
 
-To set the pager that should be used, set the application variable:
+To set the pager that should be used, set the application variable::
 
   [pager]
   pager = LESS='FSRX' less
@@ -22,18 +22,18 @@
 If no pager is set, the pager extensions uses the environment variable $PAGER.
 If neither pager.pager, nor $PAGER is set, no pager is used.
 
-If you notice "BROKEN PIPE" error messages, you can disable them by setting:
+If you notice "BROKEN PIPE" error messages, you can disable them by setting::
 
   [pager]
   quiet = True
 
 You can disable the pager for certain commands by adding them to the
-pager.ignore list:
+pager.ignore list::
 
   [pager]
   ignore = version, help, update
 
-You can also enable the pager only for certain commands using pager.attend:
+You can also enable the pager only for certain commands using pager.attend::
 
   [pager]
   attend = log