diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-11-18 12:00:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-11-18 12:00:11 +0300 |
commit | 3729400330118a2563740cb176c9ed6c3fc1aa7a (patch) | |
tree | 46a924458ccb67ecc0ae9c92996c8f6911eabe6c | |
parent | 9a668304de522995508023d022c2386b88cd897a (diff) |
Add clarification for absent revision semantics in version constraint
-rw-r--r-- | libbpkg/manifest.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
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: // |