20 calls to drush_shell_exec_output()
- DrushMakeProject::applyPatches in commands/
make/ make.project.inc - Retrieve and apply any patches specified by the makefile to this project.
- drush_archive_dump in commands/
core/ archive.drush.inc - Command callback. Generate site archive file.
- drush_complete_match_file in includes/
complete.inc - Retrieves the appropriate list of candidate file/directory completions, filtered by the last word that we are trying to complete.
- drush_core_site_install_version in commands/
core/ drupal/ site_install_6.inc - Install Drupal 6.x
- drush_pm_git_drupalorg_compute_rebuild_version in commands/
pm/ package_handler/ git_drupalorg.inc - Helper function to compute the rebulid version string for a project.
- drush_sql_db_exists in commands/
sql/ sql.drush.inc - drush_tarball_extract in includes/
drush.inc - Extract a tarball.
- drush_version_control_bzr::commit in commands/
pm/ version_control/ bzr.inc - Automatically commit changes to the repository
- drush_version_control_bzr::pre_update in commands/
pm/ version_control/ bzr.inc - Implementation of pre_update().
- drush_version_control_bzr::rollback in commands/
pm/ version_control/ bzr.inc - Implementation of rollback().
- drush_version_control_bzr::sync in commands/
pm/ version_control/ bzr.inc - Automatically add any unversioned files to Bazaar and remove any files that have been deleted on the file system
- drush_version_control_svn::commit in commands/
pm/ version_control/ svn.inc - Automatically commit changes to the repository
- drush_version_control_svn::pre_update in commands/
pm/ version_control/ svn.inc - Implementation of pre_update().
- drush_version_control_svn::rollback in commands/
pm/ version_control/ svn.inc - Implementation of rollback().
- drush_version_control_svn::sync in commands/
pm/ version_control/ svn.inc - Automatically add any unversioned files to Subversion and remove any files that have been deleted on the file system
- package_handler_download_project in commands/
pm/ package_handler/ git_drupalorg.inc - Download a project.
- package_handler_post_download in commands/
pm/ package_handler/ git_drupalorg.inc - Post download action.
- _drush_generate_custom_project in commands/
make/ generate.make.inc - Create a project record for an extension not downloaded from drupal.org
- _drush_site_install6_stage in commands/
core/ drupal/ site_install_6.inc - Submit a given op to install.php; if a meta "Refresh" tag is returned in the result, then submit that op as well.
- _drush_sql_drop in commands/
sql/ sql.drush.inc