Lines Matching refs:changes
47 # the changes are checked in, though).
166 print STDERR " No changes found.\n";
1302 my %changes;
1323 $changes{"A"} = [sort keys %addedProperties] if %addedProperties;
1324 $changes{"D"} = [sort keys %removedProperties] if %removedProperties;
1328 if (/^Property changes on:/) {
1348 $changes{$operation} = [] unless exists $changes{$operation};
1349 push @{$changes{$operation}}, $property;
1356 return \%changes;