'drush hacked-list-projects' shows a bunch of modules changed, including core (don't ask -- have inherited project of doom...)
However when I try to get diffs with drush, this happens:
~/Sites/client joachim$ drush hacked-diff drupal
diff: /Users/joachim/Sites/client/image_cache/hacked-cache/core/drupal/6.19/drupal: No such file or directory
I'm not sure why hacked has fixated on the /image_cache folder... it was there in the project tarball when I got it, obviously is non-standard.
Comments
Comment #1
joachim commentedThe imagecache folder is due to the site's file_directory_temp being set to that... I said it was wacky!
However, when I set that to the default for my system (within MAMP), then I get:
~/Sites/client/sites/all/modules joachim$ drush hacked-diff drupal
diff: /drupal: No such file or directory
Comment #2
joachim commentedThe problem seems to be hacked_download_release() does not seem to be returning anything.
Comment #3
steven jones commentedComment #4
steven jones commentedCould you re-test with the 2.x branch possibly?
Comment #5
steven jones commented