comparison README @ 189:8f751987cc0a

Wrap long lines in README.
author Martin Geisler <mg@daimi.au.dk>
date Wed, 21 Jan 2009 20:35:51 -0600
parents 71d170253a6f
children 078425d0187d
comparison
equal deleted inserted replaced
188:f48cd62a9de4 189:8f751987cc0a
55 55
56 For more information, see 'hg help svn' while in a converted repo. 56 For more information, see 'hg help svn' while in a converted repo.
57 57
58 Support for svn:externals 58 Support for svn:externals
59 ------------------------- 59 -------------------------
60 All svn:externals properties are serialized into a single .hgsvnexternals file, with the following syntax: 60 All svn:externals properties are serialized into a single
61 .hgsvnexternals file, with the following syntax:
61 62
62 -------------------- 63 --------------------
63 [.] 64 [.]
64 external_reference_line1_1 65 external_reference_line1_1
65 external_reference_line1_2 66 external_reference_line1_2
66 [dir2] 67 [dir2]
67 external_reference_line2_1 68 external_reference_line2_1
68 external_reference_line2_2 69 external_reference_line2_2
69 -------------------- 70 --------------------
70 71
71 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*. 72 A header line gives the directory the property applies on, '.' for the
73 project root directory. The property content follows, *every line
74 being prefixed by a single space*.
72 75
73 The creation or modification of this file will trigger svn:externals updates on the related subversion repository. 76 The creation or modification of this file will trigger svn:externals
77 updates on the related subversion repository.
74 78