Mercurial > hgsubversion
comparison README @ 190:078425d0187d
Fix reST syntax error in README.
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Wed, 21 Jan 2009 20:35:51 -0600 |
parents | 8f751987cc0a |
children | 0e912d37cbab |
comparison
equal
deleted
inserted
replaced
189:8f751987cc0a | 190:078425d0187d |
---|---|
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 | 60 All svn:externals properties are serialized into a single |
61 .hgsvnexternals file, with the following syntax: | 61 .hgsvnexternals file, with the following syntax:: |
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 | |
70 -------------------- | |
71 | 69 |
72 A header line gives the directory the property applies on, '.' for the | 70 A header line gives the directory the property applies on, '.' for the |
73 project root directory. The property content follows, *every line | 71 project root directory. The property content follows, *every line |
74 being prefixed by a single space*. | 72 being prefixed by a single space*. |
75 | 73 |