From 3729400330118a2563740cb176c9ed6c3fc1aa7a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 18 Nov 2019 12:00:11 +0300 Subject: Add clarification for absent revision semantics in version constraint --- libbpkg/manifest.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx index f65f4db..d25e98c 100644 --- a/libbpkg/manifest.hxx +++ b/libbpkg/manifest.hxx @@ -317,7 +317,8 @@ namespace bpkg // `~$` (min endpoint is open) or `^$` (max endpoint is open). Note that // equal endpoints can never be both open. // - // An absent endpoint version revision has the 'any revision' meaning and + // An absent endpoint version revision has the 'any revision' meaning + // (except for an earliest release for which the revision is meaningless) and // so translates into the effective revision differently, depending on the // range endpoint side and openness: // -- cgit v1.1