13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<pre>eskil -r rev file.txt</pre>
Compare file.txt with the specified version.
<pre>eskil -r rev1 -r rev2 file.txt</pre>
Compare the two revisions. This does not involve the local copy of file.txt.
The -r options are also available in the GUI in the "Rev 1" and "Rev 2" fields.
<ul>Commit support</ul>
When comparing a file with the latest checked in version, some of the systems have support for committing directly from Eskil. If supported, the Commit button will be enabled.
<ul>Priority between systems</ul>
If multiple systems are used within a directory Git/Hg/Bzr will be detected before CVS/SVN. Command line options -cvs and -svn can be used to put preference on one of those systems.
<ul>Pipe a patch</ul>
|
>
>
>
>
>
>
>
|
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
<pre>eskil -r rev file.txt</pre>
Compare file.txt with the specified version.
<pre>eskil -r rev1 -r rev2 file.txt</pre>
Compare the two revisions. This does not involve the local copy of file.txt.
The -r options are also available in the GUI in the "Rev 1" and "Rev 2" fields.
<ul>Directory Diff</ul>
Eskil can also browse and compare revisions for some systems directly in the
directory diff. It works just like for files, but give a directory on the
command line. Currently Git, Fossil and Subversion are supported.
<ul>Commit support</ul>
When comparing a file with the latest checked in version, some of the systems have support for committing directly from Eskil. If supported, the Commit button will be enabled.
It is also possible to revert the local changes using the Revert button.
<ul>Priority between systems</ul>
If multiple systems are used within a directory Git/Hg/Bzr will be detected before CVS/SVN. Command line options -cvs and -svn can be used to put preference on one of those systems.
<ul>Pipe a patch</ul>
|