It seems that diff is inverted in the Code Pool Override Report (- instead of +). I wanted to check whether it was a bug or a feature and if you think it should be fixed I'll work on a patch.
To reproduce
create a file in app/code/local/Mage/Adminhtml/Block/Promo/Quote/Edit/Tab/Actions.php of a Magento application
comment the line Mage::dispatchEvent('adminhtml_block_salesrule_actions_prepareform', array('form' => $form)); (~ L159)
Install the latest version (master branch - 2062e4dd1190dedab0b2ffd4a1067928da8192f3)
run n98-magerun mpmd:codepooloverrides foo.html
What happens
The "Changed files (differentFileContent)" of the "Comparing local and core" section contains the following diff for /Mage/Adminhtml/Block/Promo/Quote/Edit/Tab/Actions.php:
It seems that diff is inverted in the Code Pool Override Report (
-
instead of+
). I wanted to check whether it was a bug or a feature and if you think it should be fixed I'll work on a patch.To reproduce
app/code/local/Mage/Adminhtml/Block/Promo/Quote/Edit/Tab/Actions.php
of a Magento applicationMage::dispatchEvent('adminhtml_block_salesrule_actions_prepareform', array('form' => $form));
(~ L159)n98-magerun mpmd:codepooloverrides foo.html
What happens
The "Changed files (differentFileContent)" of the "Comparing local and core" section contains the following diff for
/Mage/Adminhtml/Block/Promo/Quote/Edit/Tab/Actions.php
:Expected
For more consistency with Core Hacks Report, the diff should read:
What do you think?