From c5a697f68873a904373353173696715b67db9e1d Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Fri, 12 Apr 2024 11:23:07 -0400 Subject: [PATCH] Update language for the direct URL data structure --- source/specifications/direct-url-data-structure.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/specifications/direct-url-data-structure.rst b/source/specifications/direct-url-data-structure.rst index 2dbcdae91..231198ee8 100644 --- a/source/specifications/direct-url-data-structure.rst +++ b/source/specifications/direct-url-data-structure.rst @@ -59,7 +59,9 @@ as a dictionary with the following keys: so an installer can hand it off without transformation to a checkout/download command of the VCS. - A ``requested_revision`` key (type ``string``) MAY be present naming a - 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 + MUST match the revision requested by the user and MUST NOT exist when the user did + not select a specific revision. - A ``commit_id`` key (type ``string``) MUST be present, containing the exact commit/revision number that was/is to be installed. If the VCS supports commit-hash