# HG changeset patch # User Martin Geisler # Date 1232591889 21600 # Node ID 0e912d37cbabb1a023b1536ed2b89d12e58eb46d # Parent 078425d0187da8f32655197b4bb632de13021262 Mark command line and svn:externals as literal text. diff --git a/README b/README --- 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.