? .drush.php.swp
? .svn
? drushrc.php
? update_status
? z
? commands/core/drupal/.update_7.inc.swp
? includes/.backend.inc.swp
? includes/.context.inc.swp
? includes/.drush.inc.swp
Index: commands/core/drupal/update_7.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/drush/commands/core/drupal/update_7.inc,v
retrieving revision 1.5
diff -u -r1.5 update_7.inc
--- commands/core/drupal/update_7.inc	15 May 2009 19:02:20 -0000	1.5
+++ commands/core/drupal/update_7.inc	20 May 2009 21:30:53 -0000
@@ -158,6 +158,7 @@
     $function = $module . '_update_' . $number;
     if (function_exists($function)) {
       $ret = $function($context['sandbox']);
+      _drush_log_update_sql($ret);
     }
   }
   catch (Exception $e) {
