* Add support for absolute path defined in lock_inc variable. Use single 'else' fallback only.
* Truncate also cache_form table/bin, normally excluded in Drupal API.
* Make sure that the configured lock.inc really exists and is a file.
* Skip files checks if lock_inc is empty/not set.
* Fix for Drupal API compatibility.
* Clear all caches before running aggressive rebuild with --fire-bazooka to avoid errors.
2c9288e Issue #1785672 by omega8cc - Drupal 8 support is broken after some API changes.
ca682fd Issue #1770508 by jonhattan: Fixed Use db_truncate().
0b3cede Issue #1742574 by omega8cc: Fixed Missing () . '/theme.inc', causes fatal errors in Drupal 7.15.
e95197d Issue #1346114 by rfay: Remove module and info files so drush can just dl it into .drush
4e14fc5 Issue #1342352 by joachim: Add a more ambitious search for DRUPAL_ROOT
d055d91 Warn the user about which files were not found.
0b12d3d Repair the format_plural() count placeholder.
e632bbe Re-ordering log messages, and moving most to 'notice'.
aefe70d Issue #1298422: Provide an option to bypass clearing caches.
a011530 Issue #1299116: Utilize drush API properly.