Comment 3 for bug 432344

Revision history for this message
methane (songofacandy) wrote : Re: [Bug 432344] Re: TortoiseBzr log command takes forever on sub-directory

Currently, TBZR handles user operation like this

In C:/foo/bar, right click on space
=> bzr log C:/foo/bar

In C:/foo, right click on 'bar'.
=> bzr log C:/foo/bar

Maybe, better way is:

In C:/foo/bar, right click on space
=> cd c:/foo/bar ; bzr log

In C:/foo, right click on 'bar'.
=> cd c:/foo ; bzr log bar

User should right click on a folder if log of subdir is really necessary.

--
Naoki INADA <email address hidden>