Index: commands/pm/version_control/bzr.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/drush/commands/pm/version_control/bzr.inc,v
retrieving revision 1.11
diff -u -p -r1.11 bzr.inc
--- commands/pm/version_control/bzr.inc	31 Dec 2010 15:27:59 -0000	1.11
+++ commands/pm/version_control/bzr.inc	1 Jan 2011 20:35:27 -0000
@@ -82,8 +82,7 @@ class drush_pm_version_control_bzr imple
         foreach ($output as $line) {
           if (preg_match('/^\?\s+(.*)/', $line, $matches)) {
             $path = $root[0] .'/'. $matches[1];
-            // Bazaar add is by default recursive so only run on "full_project_path".
-            if (($path == $project['full_project_path'] .'/') && !drush_shell_exec('bzr add %s', $path)) {
+            if (!drush_shell_exec('bzr add --no-recurse %s', $path)) {
               $errors .= implode("\n", drush_shell_exec_output());
             }
           }
