Skip to content

Commit 8c00635

Browse files
committed
Fix reST syntax for definition lists in direct-url-data-structure.rst
1 parent 9b735c9 commit 8c00635

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

source/specifications/direct-url-data-structure.rst

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -130,24 +130,19 @@ Git
130130
---
131131

132132
Home page
133-
134133
https://git-scm.com/
135134

136135
vcs command
137-
138136
git
139137

140138
``vcs`` field
141-
142139
git
143140

144141
``requested_revision`` field
145-
146142
A tag name, branch name, Git ref, commit hash, shortened commit hash,
147143
or other commit-ish.
148144

149145
``commit_id`` field
150-
151146
A commit hash (40 hexadecimal characters sha1).
152147

153148
.. note::
@@ -162,70 +157,55 @@ Mercurial
162157
---------
163158

164159
Home page
165-
166160
https://www.mercurial-scm.org/
167161

168162
vcs command
169-
170163
hg
171164

172165
``vcs`` field
173-
174166
hg
175167

176168
``requested_revision`` field
177-
178169
A tag name, branch name, changeset ID, shortened changeset ID.
179170

180171
``commit_id`` field
181-
182172
A changeset ID (40 hexadecimal characters).
183173

184174
Bazaar
185175
------
186176

187177
Home page
188-
189178
https://www.breezy-vcs.org/
190179

191180
vcs command
192-
193181
bzr
194182

195183
``vcs`` field
196-
197184
bzr
198185

199186
``requested_revision`` field
200-
201187
A tag name, branch name, revision id.
202188

203189
``commit_id`` field
204-
205190
A revision id.
206191

207192
Subversion
208193
----------
209194

210195
Home page
211-
212196
https://subversion.apache.org/
213197

214198
vcs command
215-
216199
svn
217200

218201
``vcs`` field
219-
220202
svn
221203

222204
``requested_revision`` field
223-
224205
``requested_revision`` must be compatible with ``svn checkout`` ``--revision`` option.
225206
In Subversion, branch or tag is part of ``url``.
226207

227208
``commit_id`` field
228-
229209
Since Subversion does not support globally unique identifiers,
230210
this field is the Subversion revision number in the corresponding
231211
repository.

0 commit comments

Comments
 (0)