Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Typos |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
fd55f7fe68ef27474c6ba02a1134e2e7 |
User & Date: | peter 2016-07-06 22:20:33.884 |
Context
2016-07-29
| ||
10:38 | Tidying tests check-in: 1125c540c5 user: peter tags: trunk | |
2016-07-06
| ||
22:20 | Typos check-in: fd55f7fe68 user: peter tags: trunk | |
2016-07-05
| ||
23:39 | Support negative revisions with GIT. Added log view for GIT. check-in: abf4666387 user: peter tags: trunk | |
Changes
Changes to htdocs/changes.wiki.
1 2 3 4 | <title>Changes</title> Upcoming changes (not yet released): | | | 1 2 3 4 5 6 7 8 9 10 11 12 | <title>Changes</title> Upcoming changes (not yet released): * Word parse now consistently uses non-space as word char. * New [./table.wiki | table] view, activated by -table, when comparing tables. * Mercurial support for Directory Diff, Commit, Revert and Log. * Printed PDF is now compressed. * Printed PDF from patch view adds page break between files. * Plugins can define command line options they accept. * Plugins can read ::argv to know the given command line. * New plugin for binary files |
︙ | ︙ | |||
22 23 24 25 26 27 28 | Changes in v2.7 (2015-03-09): * Directory Diff support for GIT, Fossil and Subversion. Directly browse and compare two revisions. * Plugins in Directory Diff. * Added option -printFont to select font for PDF generation. Default font changed to a True Type font. | | | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | Changes in v2.7 (2015-03-09): * Directory Diff support for GIT, Fossil and Subversion. Directly browse and compare two revisions. * Plugins in Directory Diff. * Added option -printFont to select font for PDF generation. Default font changed to a True Type font. Use "-printFont Courier" to fall back on PDF built-in. * Mac supported Changes in v2.6.7 (2014-11-13): * Fixed Directory Diff that stopped working in 2.6.6 Changes in v2.6.6 (2014-10-27): |
︙ | ︙ | |||
67 68 69 70 71 72 73 | * Support negative revisions with Fossil. * Added -nocdiff command line flag for debug. * Fixed a bug where alignment was not properly shown in output. * Fixed out-of-stack crash. Changes in v2.6.1 (2011-11-01): | | | | 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 | * Support negative revisions with Fossil. * Added -nocdiff command line flag for debug. * Fixed a bug where alignment was not properly shown in output. * Fixed out-of-stack crash. Changes in v2.6.1 (2011-11-01): * Eskil [http://eskil.tcl.tk|re-hosted] and changed to use [http://www.fossil-scm.org|Fossil]. * Fixed directory diff appearance on Windows. * Fixed bug where copy button in directory diff picked the wrong file. * Fixed bug where plugins were not found in VFS. Changes in v2.6 (2011-10-30): * Support commit in Git and Fossil. * Support commit, list of files and revisions with -review. * Added Paste Patch command. * New -pluginlist option. New GUI for plugin selection. * Added three-way merge. * Auto-detect line endings in ancestor file to select merge output. * Fully rewritten directory diff with new design. * Set alignment with drag & drop. Changes in v2.5 (2011-04-01): * Requires Tcl 8.5. * Plugins: Added dump, better documentation. |
︙ | ︙ | |||
124 125 126 127 128 129 130 | * Added experimental -nonewline command option. * Added -close command option. * Added experimental PDF print. * Added dirdiff preferences and filters. * Smarter save in merge. FR 2957 * Added commit button for CVS. FR 2780 | | | 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 | * Added experimental -nonewline command option. * Added -close command option. * Added experimental PDF print. * Added dirdiff preferences and filters. * Smarter save in merge. FR 2957 * Added commit button for CVS. FR 2780 * Bug fixes include: Kits are mounted read-only, fixed dir diff window menu, improved patch file parsing. Changes in v2.1 (2006-06-02): * Added -preprocess command line option. * Added -foreach command line option. * Added -context command line option. |
︙ | ︙ | |||
167 168 169 170 171 172 173 | * Added context options for "Diffs only" mode. * Rewrote how "Separate Diff" and "Align" works. The latter now only happens after a "Redo Diff". * Added scroll map and some more context menu options in Directory Diff. Changes in v2.0.2 (2004-05-03): * Fixed a bug in ClearCase support. | | | 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 | * Added context options for "Diffs only" mode. * Rewrote how "Separate Diff" and "Align" works. The latter now only happens after a "Redo Diff". * Added scroll map and some more context menu options in Directory Diff. Changes in v2.0.2 (2004-05-03): * Fixed a bug in ClearCase support. * Improved enscript usage in print command. * Added "mark file" in dirdiff context menu. Changes in v2.0.1 (2004-02-10): * Added preference for width and height. * Added Tools menu to directory diff window. * Made it simpler to save a conflict in the same file. First public release v2.0 (2004-01-30): |
Changes to htdocs/plugins.wiki.
︙ | ︙ | |||
51 52 53 54 55 56 57 | <h2>Additional options</h2> A plugin can declare command line options that should be accepted by Eskil. They will be passed on to the plugin through the ::argv list. If the initial "##Eskil" line is followed by comments formatted as below, it adds options. Any empty line will end parsing for such lines. A line like "## Option -<option>" declares an option that takes a value and | | | | | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 | <h2>Additional options</h2> A plugin can declare command line options that should be accepted by Eskil. They will be passed on to the plugin through the ::argv list. If the initial "##Eskil" line is followed by comments formatted as below, it adds options. Any empty line will end parsing for such lines. A line like "## Option -<option>" declares an option that takes a value and a line like "## Flag -<option>" declares an option without value. The rest of the line after the option name is ignored and can be used for comments. <h1>File plugin</h1> To process the files being compared, the following procedure should be defined in the plugin file: <pre>proc PreProcess {side chi cho} {...}</pre> The arguments given to PreProcess are: * side : left or right, indicating which file is being handled * chi : An input channel for reading the original file * cho : An output channel for writing the processed file A plugin may give a result that has a line-by-line correspondence to the original, in which case the preprocessed data is used for comparing while the original is used for displaying. The PreProcess procedure should return 0 to signify this case. If the PreProcess procedure returns 1, the processed data is used also for displaying. If Eskil is run with Tcl 8.6 or newer, PreProcess is run as a coroutine and may yield. The left and right side will then be called alternately until they return. This allows a plugin to take both sides into account for decisions if needed. <h1>Directory plugin</h1> To be used for file comparison in a directory diff, the following procedure |
︙ | ︙ |
Changes to htdocs/revision.wiki.
1 2 3 4 | <title>Revision Control Support</title> <h1>Introduction</h1> | | | 1 2 3 4 5 6 7 8 9 10 11 12 | <title>Revision Control Support</title> <h1>Introduction</h1> Eskil can compare versions in many revision control systems. Currently RCS, CVS, Git, Fossil, Mercurial, Bazaar, Subversion, Perforce and ClearCase are supported (some features are not implemented for all systems). 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. |
︙ | ︙ | |||
102 103 104 105 106 107 108 | <pre>git config --global diff.tool eskil</pre> <pre>git config --global difftool.eskil.cmd 'eskil $LOCAL $REMOTE'</pre> <h2>Fossil</h2> For Fossil -r <rev> is passed to finfo, as in "fossil finfo -p <file> -r <rev>". | | | 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | <pre>git config --global diff.tool eskil</pre> <pre>git config --global difftool.eskil.cmd 'eskil $LOCAL $REMOTE'</pre> <h2>Fossil</h2> For Fossil -r <rev> is passed to finfo, as in "fossil finfo -p <file> -r <rev>". Additionally, if a revision is zero or 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. To use Eskil for conflict resolution these settings can be used. <pre>fossil settings gmerge-command 'eskil -fine -a "%baseline" "%merge" "%original" -o "%output"' -global</pre> |
︙ | ︙ |
Changes to htdocs/table.wiki.
1 2 3 4 5 6 7 8 9 10 | <title>Table diff</title> <h1>Table diff</h1> Eskil can compare tables in comma/tab separated text files and display them like a table. <verbatim> eskil -table apa1.csv apa2.csv </verbatim> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | <title>Table diff</title> <h1>Table diff</h1> Eskil can compare tables in comma/tab separated text files and display them like a table. <verbatim> eskil -table apa1.csv apa2.csv </verbatim> Eskil will try to auto-detect the separator but you can also give it using -sep. Example for tab separation: <verbatim> eskil -table -sep '\t' apa1.csv apa2.csv </verbatim> Eskil has a built in plugin, csv, than can preprocess table files. This example clears the "Short" and "Long" columns before comparison: |
︙ | ︙ |