We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091e45c commit c5a697fCopy full SHA for c5a697f
source/specifications/direct-url-data-structure.rst
@@ -59,7 +59,9 @@ as a dictionary with the following keys:
59
so an installer can hand it off without transformation to a
60
checkout/download command of the VCS.
61
- 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).
+ 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.
65
- A ``commit_id`` key (type ``string``) MUST be present, containing the
66
exact commit/revision number that was/is to be installed.
67
If the VCS supports commit-hash
0 commit comments