All (especially Richard) -

I'd like to be able to specify arbitrarily long lists of files to commit 
and my commit messages using input files that I specify on the fossil 
command line. e.g., instead of

    fossil commit -m "blah blah blah" file1.txt file2.txt....fileXXX.txt

I'd like to write "blah blah blah" into a text file and the names of 
file1.txt...fileXXX.txt into a second text file, then execute:

    fossil commit -m messagefile.txt -files filesToCommit.txt

Is this possible with the current version of fossil?

Thanks,
JD
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to