20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
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 will be detected before CVS/SVN. Command line options -cvs and -svn can be used to put preference on one of those systems.
<ul>RCS/CVS</ul>
For RCS and CVS the arguments to -r are standard version numbers just like to their -r options. RCS style -r\u003crev\u003e is allowed.
If a revision is an integer, it is added to the last number in the current version, thus giving relative versions. E.g. -1 gives the second to last version.
<ul>Subversion</ul>
|
>
>
>
>
>
>
|
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
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 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>
Eskil can read a patch from standard input, thus allowing display from any patch generating command. Examples:
<pre>hg diff | eskil -</pre>
<pre>git diff -p --diff-filter=M master | eskil -</pre>
<ul>RCS/CVS</ul>
For RCS and CVS the arguments to -r are standard version numbers just like to their -r options. RCS style -r\u003crev\u003e is allowed.
If a revision is an integer, it is added to the last number in the current version, thus giving relative versions. E.g. -1 gives the second to last version.
<ul>Subversion</ul>
|