In drush-5.x, it is possible to run sql-sync in --simulate mode, and you will see the dump/sync/import commands. In drush-4.x, however, if you run sql-sync in --simulate mode, then the sql-conf will be simulated, drush won't get the database info, and you'll get errors instead of a simulation of sql-sync.
This patch adds support for #override-simulated for drush-4.x.
| Comment | File | Size | Author |
|---|---|---|---|
| override-simulated-4x.patch | 2.05 KB | greg.1.anderson |
Comments
Comment #1
greg.1.anderson commentedWould anyone object if I just put this in?
Comment #2
greg.1.anderson commentedCommitted.