This is an automated email from the git hooks/post-receive script.
Charles Baylis pushed a change to branch master in repository toolchain/abe-tests.
from d865b93 Make own clone of abe.git if --abe-path is not set. new 9f24698 Put manifest parser into separate function new e7390c7 Remove global variables used to store parsed manifest. new 8e77211 Tie error handling to manifest hash. new c083a12 Add --output-normalized option. new 0df4c33 Add compare_manifests.pl. new 13f6ead Add manifest validation to checkout tests.
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: compare-manifests.pl | 59 ++++++++ test-checkout.sh | 49 ++++++- validate-manifest.pl | 390 ++++++++++++++++++++++++++++++--------------------- 3 files changed, 333 insertions(+), 165 deletions(-) create mode 100755 compare-manifests.pl