formula_versions: include devel in revision map
This commit is contained in:
parent
01b92edb7b
commit
5bc1e0b83a
@ -59,7 +59,8 @@ class FormulaVersions
|
||||
map = Hash.new { |h, k| h[k] = [] }
|
||||
rev_list(branch) do |rev|
|
||||
formula_at_revision(rev) do |f|
|
||||
map[f.version] << f.revision
|
||||
map[f.stable.version] << f.revision if f.stable
|
||||
map[f.devel.version] << f.revision if f.devel
|
||||
end
|
||||
end
|
||||
map
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user