Skip to content

Commit 4236fc1

Browse files
authored
Merge pull request #1531 from ofek/patch-2
Update language for the direct URL data structure
2 parents 091e45c + c5a697f commit 4236fc1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ as a dictionary with the following keys:
5959
so an installer can hand it off without transformation to a
6060
checkout/download command of the VCS.
6161
- A ``requested_revision`` key (type ``string``) MAY be present naming a
62-
branch/tag/ref/commit/revision/etc (in a format compatible with the VCS).
62+
branch/tag/ref/commit/revision/etc (in a format compatible with the VCS). This field
63+
MUST match the revision requested by the user and MUST NOT exist when the user did
64+
not select a specific revision.
6365
- A ``commit_id`` key (type ``string``) MUST be present, containing the
6466
exact commit/revision number that was/is to be installed.
6567
If the VCS supports commit-hash

0 commit comments

Comments
 (0)