Comment 2 for bug 432344

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: TortoiseBzr log command takes forever on sub-directory

You see this problem because log on directory have to filter out all changes for all files behind this directory, and this require to inspect every revision. Which is low.

Actually this is problem with qlog -- Log dialog from QBzr. If you want to help -- look at recent discussion in QBzr discussion group:
http://groups.google.com/group/qbzr/t/84293a4c3b030712

Naoki, I think one possible workaround for TBZR is to force log for the entire branch whenever user want log on directory. What do you think?