D 2011-12-02T14:59:04.053 L Fossil U peter W 1694 Eskil can compare versions in meny revision control systems including Fossil. If you specify only one file on the command line to Eskil, it will automatically detect if the file is under revision control and enter revision control mode. By default the local file is compared against the latest checked in version. This is for the common case when you just want to know what you have changed before checking in. You can use the -r option to select which versions to compare. The -r option works as in fossil finfo. Examples: Compare file.txt with the latest checked in version:
eskil file.txtCompare file.txt with the specified version:
eskil -r rev file.txtCompare the two revisions. This does not involve the local copy of file.txt.
eskil -r rev1 -r rev2 file.txtThe -r options are also available in the GUI in the "Rev 1" and "Rev 2" fields.
fossil settings gmerge-command 'eskil -fine -a "%baseline" "%merge" "%original" -o "%output"' -globalZ 67228d0eb9beb112252b16894f02de4e