Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Added -review |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ef619cf1c26c441ac9c5d42e7f056ab0 |
User & Date: | peter 2008-03-07 07:17:00.000 |
Context
2008-04-08
| ||
16:41 | Use lighter colours in PDF check-in: 45bef756eb user: peter tags: trunk | |
2008-03-07
| ||
07:17 | Added -review check-in: ef619cf1c2 user: peter tags: trunk | |
2008-03-06
| ||
07:26 | Added -review flag. check-in: 8392c70796 user: peter tags: trunk | |
Changes
Changes to Changes.
1 2 3 4 5 6 7 | 2008-03-05 Support for Bazaar. 2008-02-07 Support for Mercurial. 2008-02-06 | > > > | 1 2 3 4 5 6 7 8 9 10 | 2008-03-07 Added -review to do full tree view like a patch. 2008-03-05 Support for Bazaar. 2008-02-07 Support for Mercurial. 2008-02-06 |
︙ | ︙ |
Changes to doc/revision.txt.
︙ | ︙ | |||
27 28 29 30 31 32 33 34 35 36 37 38 39 40 | <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> | > > > > > > > > | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | <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>View all changes</ul> If the command line option -review is used. Eskil will generate a patch for the current tree and display it as in patch mode. In a Mercurial directory, these are equivalent: <pre>eskil -preview</pre> <pre>hg diff | 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> |
︙ | ︙ |