Help: test-line-match

Not logged in
Tcl 2015 Conference, Manassas/VA, US, Oct 19-23
Send your abstracts to tclconference@googlegroups.com by Aug 24.

The "test-line-match" command:

Usage: fossil test-line-match STRING1 STRING2

Return a score from 0 to 100 that is how similar STRING1 is to STRING2. Smaller numbers mean more similar. 0 is an exact match.

This command is used to test to match_dline() function in the internal Fossil diff logic.