Edgewall Software

Changes between Version 90 and Version 91 of TracLinks


Ignore:
Timestamp:
Mar 17, 2014, 4:26:44 PM (10 years ago)
Author:
Christian Boos
Comment:

document #source:links line highlighting with no version specified (#11541)

Legend:

Unmodified
Added
Removed
Modified
  • TracLinks

    v90 v91  
    354354 - `source:/tag/0.10@head#L10`
    355355
    356 Finally, one can also highlight an arbitrary set of lines:
    357  - `source:/some/file@123:10-20,100,103#L99` - highlight lines 10 to 20, and lines 100 and 103.
    358    ''(since 0.11)''
     356Finally, one can also highlight an arbitrary set of lines ''(since 0.11)'':
     357 - `source:/some/file@123:10-20,100,103#L99` - highlight lines 10 to 20, and lines 100 and 103, and target line 99
     358 - or without version number (the `@` is still needed): `source:/some/file@:10-20,100,103#L99`. Version can be omitted when the path is pointing to a source file that will no longer change (like `source:/tags/...`), otherwise it's better to specify which lines of //which version// of the file you're talking about
    359359
    360360Note that in presence of multiple repositories, the name of the repository is simply integrated in the path you specify for `source:` (e.g. `source:reponame/trunk/README`). ''(since 0.12)''