? drush-wrapper.sh
? includes/.backend.inc.swp
? includes/.drush.inc.swp
? includes/table.inc
Index: includes/drush.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/drush/includes/drush.inc,v
retrieving revision 1.112
diff -u -F '^f' -r1.112 drush.inc
--- includes/drush.inc	6 May 2010 00:25:30 -0000	1.112
+++ includes/drush.inc	10 May 2010 23:53:42 -0000
@@ -1257,8 +1257,11 @@ function drush_do_command_redispatch($co
  * parameter when doing a redispatch.
  */
 function drush_redispatch_get_options() {
-  // Start off by taking everything from the command line ('options' context)
-  $options = drush_get_context('options');
+  // Start off by taking everything from the site alias and command line
+  // ('options' context)
+  $options = array_merge(drush_get_context('alias'), drush_get_context('options'));
+  unset($options['remote-host']);
+  unset($options['remote-user']);
   // If we can parse the current command, then examine all contexts
   // in order for any option that is directly related to the current command
   $command = drush_parse_command();
