changeset 191:0e912d37cbab

Mark command line and svn:externals as literal text.
author Martin Geisler <mg@daimi.au.dk>
date Wed, 21 Jan 2009 20:38:09 -0600
parents 078425d0187d
children 246ca614f04e
files README
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/README
+++ b/README
@@ -53,12 +53,12 @@ Pull new revisions into an already-conve
 
  $ hg svn pull
 
-For more information, see 'hg help svn' while in a converted repo.
+For more information, see ``hg help svn`` while in a converted repo.
 
-Support for svn:externals
--------------------------
-All svn:externals properties are serialized into a single
-.hgsvnexternals file, with the following syntax::
+Support for ``svn:externals``
+-----------------------------
+All ``svn:externals`` properties are serialized into a single
+``.hgsvnexternals`` file, with the following syntax::
 
   [.]
    external_reference_line1_1
@@ -71,6 +71,6 @@ A header line gives the directory the pr
 project root directory. The property content follows, *every line
 being prefixed by a single space*.
 
-The creation or modification of this file will trigger svn:externals
+The creation or modification of this file will trigger ``svn:externals``
 updates on the related subversion repository.