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:
parent
ff12218d02
commit
458214381d
|
@ -22,6 +22,7 @@ sub cmpBuilds {
|
||||||
|
|
||||||
sub buildDiff {
|
sub buildDiff {
|
||||||
my ($builds, $builds2) = @_;
|
my ($builds, $builds2) = @_;
|
||||||
|
# $builds is the list of current builds, and $builds2 is the list of previous (compared-to) builds
|
||||||
|
|
||||||
my $ret = {
|
my $ret = {
|
||||||
stillSucceed => [],
|
stillSucceed => [],
|
||||||
|
|
Loading…
Reference in a new issue