> The `fossil diff --tk` command is exactly what I needed.
>

Note the "Save As.." button at the top of the diff GUI.  This allow you to
write out a pure TCL script that contains the complete diff which you can
then email to your coworkers so that they can also have a graphical diff,
even if they do not have the project or Fossil installed.

Further note that the --tk option also works with "fossil stash diff" and
with "fossil test-diff".  I increasingly use the latter as my primary diff
tool.

TODO:  I often find myself wanting the ability to search for specific
strings within the diff.  This comes in handy when looking for specific
changes in a large diff such as "fossil diff --tk --from version-3.8.6 --to
version-3.8.7" in SQLite.  A search box on the GUI would be a nice
enhancement.

TODO:  A "Refresh" button that recomputes the diff based on the latest
changes would also be a nice enhancement.

-- 
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