comparison README @ 191:0e912d37cbab

Mark command line and svn:externals as literal text.
author Martin Geisler <mg@daimi.au.dk>
date Wed, 21 Jan 2009 20:38:09 -0600
parents 078425d0187d
children 246ca614f04e
comparison
equal deleted inserted replaced
190:078425d0187d 191:0e912d37cbab
51 51
52 Pull new revisions into an already-converted repo:: 52 Pull new revisions into an already-converted repo::
53 53
54 $ hg svn pull 54 $ hg svn pull
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 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 external_reference_line1_1 64 external_reference_line1_1
65 external_reference_line1_2 65 external_reference_line1_2
66 [dir2] 66 [dir2]
69 69
70 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
71 project root directory. The property content follows, *every line 71 project root directory. The property content follows, *every line
72 being prefixed by a single space*. 72 being prefixed by a single space*.
73 73
74 The creation or modification of this file will trigger svn:externals 74 The creation or modification of this file will trigger ``svn:externals``
75 updates on the related subversion repository. 75 updates on the related subversion repository.
76 76