# HG changeset patch # User Martin Geisler # Date 1232591751 21600 # Node ID 8f751987cc0a098e39f27efc58c05e54f28a7a8e # Parent f48cd62a9de4ae61571d018a22056b2e5654b1fd Wrap long lines in README. diff --git a/README b/README --- a/README +++ b/README @@ -57,7 +57,8 @@ For more information, see 'hg help svn' Support for svn:externals ------------------------- -All svn:externals properties are serialized into a single .hgsvnexternals file, with the following syntax: +All svn:externals properties are serialized into a single +.hgsvnexternals file, with the following syntax: -------------------- [.] @@ -68,7 +69,10 @@ All svn:externals properties are seriali external_reference_line2_2 -------------------- -A header line gives the directory the property applies on, '.' for the project root directory. The property content follows, *every line being prefixed by a single space*. +A header line gives the directory the property applies on, '.' for the +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 updates on the related subversion repository. +The creation or modification of this file will trigger svn:externals +updates on the related subversion repository.