BuildDiff: document what the inputs mean

They were tripping me up, so it helped to know exactly what they were at
the ~point they're used.
This commit is contained in:
Cole Helbling 2022-01-10 10:35:58 -08:00
parent ff12218d02
commit 458214381d

View file

@ -22,6 +22,7 @@ sub cmpBuilds {
sub buildDiff {
my ($builds, $builds2) = @_;
# $builds is the list of current builds, and $builds2 is the list of previous (compared-to) builds
my $ret = {
stillSucceed => [],