Is there a direct way to see differences for a specific file from the last time 
this file actually changed, regardless of version?

(where f = fossil)

Something like: f diff file --from prev
but where prev would refer to the previous changed version of this particular 
file, not just the previous check-in (where the file may be identical to 
current version).

Now, it seems the only way involves two steps:  f finfo file (to find the id of 
the previous occurrence of this file, which could be many check-ins back)
Then, f diif file --from found_id

Thanks.
_______________________________________________
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