Comment 2 for bug 211852

Revision history for this message
dann (dann-ics) wrote : Re: bzr log should accepts multiple files

1. bzr log SUBDIR
does not seem to DTRT, it only lists a single log entry, it should show the logs for all the changes in that subdirectory.
When working on a big project, one might just want to look at what changed in a particular subdirectory, this is where such a command comes in handy.

2. bzr log LIST_OF_FILES_AND_DIRECTORIES
is also extremely useful, sometimes when hunting a bug, you can suspect that it can be in FILE1.c FILE1.h or FILE2.c
then doing a bzr log for those files is a very easy way to find the last changes for them.