Specify >= or <= for vcs requirements. #728
Labels
auto-locked
Outdated issues that have been locked by automation
type: enhancement
Improvements to functionality
It would be useful to be able to specify >= or <= requirements for version controlled requirements. For example
The idea would be that any revision that is a descendant of the specified revision would be acceptable. One could also specify <= to mean any parent would satisfy the requirement (though I don't really have a use-case for this). I suspect that one would always have to specify "=" so that a revision can be found. (If one specified ">", then there is in general no unique way of determining which requirement to pull.)
I took a stab at implementing this, but it looks like vcs requirements do not go through a satisfy check, so I am not sure where I should hook in. Suggestions would be appreciated.
The text was updated successfully, but these errors were encountered: