In the latest Fossil trunk, if you use a command like

     fossil diff --tk

to get a graphical diff, there is now a new "SaveAs" button on the
graphical diff that lets you save that diff off to a self-contained file (a
Tcl script).  You can then email or chat that file to a collaborator and he
can view the same graphical diff simply by typing "tclsh $xyz" (where $xyz
is the name of the file into which you saved the diff, of course.)  Because
the $xyz output file is fully self-contained, this works even if the
collaborator does not have Fossil installed on his system.

The "fossil test-diff --tk" command is also available for generating
graphical diffs of unmanaged files, which can be shared in the same way

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
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