FINFO (Usage: fossil finfo ?OPTIONS? FILENAME) is one of the most useful 
features of fossil as it accepts a filename and provides its history of changes 
(unfortunately, it does not follow possible file renames, but that’s another 
issue).

What I would like is to have the possibility to also specify a directory 
instead of filename, and get the history of all related files (i.e., files 
inside that subdirectory).
It is often the case I need to see the historic changes of a whole 
subdirectory, and if there are several files, I have to do it one at a time, 
which is a bit frustrating.

Would that be too much programming effort to add?  I.e., check if ‘filename’ is 
a directory and in that case return FINFO for all associated files.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to