Edgewall Software

Changes between Version 53 and Version 54 of TracLinks


Ignore:
Timestamp:
Jan 29, 2008, 2:00:30 PM (16 years ago)
Author:
Christian Boos
Comment:

Group together version control link types

Legend:

Unmodified
Added
Removed
Modified
  • TracLinks

    v53 v54  
    178178See TracQuery#UsingTracLinks
    179179
    180 === source: links ===
     180=== Version Control related links ===
     181==== source: links ====
    181182
    182183The default behavior for a source:/some/path link is to open the directory browser
     
    195196''(since 0.11)''
    196197
    197 === export: links ===
     198==== export: links ====
    198199
    199200To force the download of a file in the repository, as opposed to displaying it in the browser, use the `export` link.  Several forms are available:
     
    206207If the path is to a directory in the repository instead of a specific file, the source browser will be used to display the directory (identical to the result of `source:/some/dir`.
    207208
    208 === log: links ===
     209==== log: links ====
    209210
    210211The `log:` links are used to display revision ranges. In its simplest form, it can link to the latest revisions from the specified path, but it can also support displaying an arbitrary set of revisions.
     
    218219 - `[20788,20791:20795]`
    219220 - `[20788,20791:20795/trunk/tools]`
    220  - r20791:20795 (but not `r20788,20791:20795` nor `r20791:20795/trunk`)
     221 - `r20791:20795` (but not `r20788,20791:20795` nor `r20791:20795/trunk`)
    221222
    222223Finally, note that in all of the above, a revision range can be written indifferently `x:y` or `x-y`.