Command line tool to duplicate/modify version number strings across source code and distribution files according to syntax context.

⌈⌋ ⎇ branch:  version numbers get/write


Help: test-line-match

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.