Util: Added script to semantically diff two config.ini files
authorSascha Bischoff <sascha.bischoff@arm.com>
Tue, 25 Sep 2012 16:49:40 +0000 (11:49 -0500)
committerSascha Bischoff <sascha.bischoff@arm.com>
Tue, 25 Sep 2012 16:49:40 +0000 (11:49 -0500)
commit29acf859ebde2cf219ae636f60d8a46db7a1bb94
treee5ec935a99d63446e0df8784f7efd65374d15bca
parent6f603e0807ef82f250bda4946d94186e7220dedf
Util: Added script to semantically diff two config.ini files

This script (util/diff_config.pl) takes two config.ini files and compares them.
It highlights value changes, as well as displaying which parts are unique to
a specific config.ini file. This is useful when trying to replicate an earlier
experiment and when trying to make small changes to an existing configuration.
util/diff_config.pl [new file with mode: 0755]