Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Improved docs |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8407a44d6914cef23a5aa04890d40076 |
User & Date: | peter 2009-01-08 00:28:19.000 |
Context
2009-01-23
| ||
21:22 | Don't save unchanged preferences to prefs file. check-in: 2c5e0366e6 user: peter tags: trunk | |
2009-01-08
| ||
00:28 | Improved docs check-in: 8407a44d69 user: peter tags: trunk | |
00:13 | Added backslash plugin and started on plugin doc check-in: 3ad2080098 user: peter tags: trunk | |
Changes
Changes to Changes.
1 2 3 4 5 6 7 8 9 | Release 2.4 2008-11-19 Bug fix in Clip Diff Capture 2008-11-10 Improved patch parsing. Includ Twapi in windows executable | > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | Release 2.4 2009-01-08 Added backslash plugin. 2009-01-07 Better handling of negative Subversion revisions 2008-11-19 Bug fix in Clip Diff Capture 2008-11-10 Improved patch parsing. Includ Twapi in windows executable |
︙ | ︙ |
Changes to doc/revision.txt.
︙ | ︙ | |||
42 43 44 45 46 47 48 | <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> | | | | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | <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> For Subversion the arguments to -r are standard version numbers just like its -r option. If a revision is a negative integer, the log is searched backwards for earlier versions. E.g. -1 gives the second to last version. <ul>Git</ul> For Git -r <rev> is passed to show, as in "git show <rev>:<file>". <ul>Mercurial</ul> For Mercurial -r works as in "hg cat -r". <ul>Bazaar</ul> |
︙ | ︙ |