function drush_version_control::post_update
| 6.x pm.drush.inc | drush_version_control::post_update($project) |
| 5.x pm.drush.inc | drush_version_control::post_update($project) |
3 methods override drush_version_control::post_update()
- drush_version_control_backup::post_update in commands/
pm/ version_control/ backup.inc - Implementation of post_update().
- drush_version_control_bzr::post_update in commands/
pm/ version_control/ bzr.inc - Implementation of post_update().
- drush_version_control_svn::post_update in commands/
pm/ version_control/ svn.inc - Implementation of post_update().
File
- commands/
pm/ pm.drush.inc, line 1522 - The drush Project Manager
Class
- drush_version_control
- Interface for version control systems. We use a simple object layer because we conceivably need more than one loaded at a time.
Code
function post_update($project);