changeset 189:8f751987cc0a

Wrap long lines in README.
author Martin Geisler <mg@daimi.au.dk>
date Wed, 21 Jan 2009 20:35:51 -0600
parents f48cd62a9de4
children 078425d0187d
files README
diffstat 1 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.