Hello,

fossil ls is documented as:
Usage: fossil ls ?OPTIONS? ?VERSION? ?FILENAMES?

The ?VERSION? led me to believe I could get info about older
revisions this way. After some problems I resorted to source-diving
and it seem that fossil ls is purely about the current checkout,
and there is no version in its arguments.

Have I interpreted this correctly?
I even found when the confusing string was introduced:
http://fossil-scm.org/index.html/info/9ba8a393fcc569b2

Is there any command line way to get the files and times
of a revision?

Right now it seems I would need to parse the output of this
to get the information I need:
echo 'GET /fileage?name=ae01244396' | fossil http

/Peter
_______________________________________________
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