Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Documented patch in stdin |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
305a7aa6df794cd4307225fa2881a148 |
User & Date: | peter 2008-02-07 20:44:21.000 |
Context
2008-02-11
| ||
19:43 | Pushed version to 2.4b1 check-in: 9a99a7158d user: peter tags: trunk | |
2008-02-07
| ||
20:44 | Documented patch in stdin check-in: 305a7aa6df user: peter tags: trunk | |
20:15 | Mercurial support. check-in: a304020e4c user: peter tags: trunk | |
Changes
Changes to doc/revision.txt.
︙ | ︙ | |||
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> |
︙ | ︙ |