I have an use case while I have to add many small files many times to a fossil repository. So after doing fossil add <many filenames> I get a lot of
ADDED <filename> lines dumped to stdout. After that, when doing fossil status I get these lines again. Checking files one by one (to see if I didn't miss any) can be tedious, but sometimes I know how many files should be added. Would it be possible to make these fossil commands display a short summary like 318 files ADDED at the end of their report? Of course I can always pipe the output through a combination of grep and wc -l to find out what I need. _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users