Comment 4 for bug 287880

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 287880] Re: bzr status: add non-recursive option

On Thu, 2009-08-06 at 11:23 +0000, Aigenta Dev wrote:
> >doing 1000 dirs by calling bzr on each one will cripple your
> performance
>
> Correctly. However, checking status for all thousands files in the subtree will impact performance very badly, when status of _only one_ directory is needed actually.
> So, add this option. Please.

Actually, doing status on all of openoffice is about 1.8 seconds. We've
made status very efficient. Its not to say we won't eventually add a
non-recursive option, but there are many other areas where we are overly
slow, and status isn't currently one of them (to the best of my
knowledge).

-Rob