Eskil

Diff
Login

Differences From Artifact [10f8d7bb40]:

To Artifact [b114d067eb]:


11
12
13
14
15
16
17
18




19
20
21
22
23
24
25
11
12
13
14
15
16
17

18
19
20
21
22
23
24
25
26
27
28







-
+
+
+
+







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.
The -r option works as in fossil finfo. If a revision is a negative integer,
the log is searched backwards for earlier versions. E.g. -1 gives the second
to last version. The search follows the current branch from the current version.


Examples:

Compare file.txt with the latest checked in version:
<pre>eskil file.txt</pre>

Compare file.txt with the specified version: