Changes between Version 11 and Version 12 of BranchTimelinePlugin


Ignore:
Timestamp:
Jul 31, 2012, 9:17:18 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • BranchTimelinePlugin

    v11 v12  
    3232  * Download the source, locate the file `BranchTimeline.py` in your project's plugin directory or in the global plugins directory, which usually is
    3333{{{
     34#!python
    3435/usr/share/trac/plugins
    3536}}}
     
    4041    * These changes can be done via the WebAdmin interface or by adding the following lines to trac.ini:
    4142{{{
     43#!ini
    4244[components]
    4345trac.versioncontrol.web_ui.changeset.changesetmodule = disabled
     
    4951Configure the paths of the branches and trunk directories in trac.ini (if not configured, the paths ''branches'' and ''trunk'' are used), and the branches that you don't want to display:
    5052{{{
     53#!ini
    5154[timeline-branches]
    5255branches_path = branches
     
    6063
    6164Timeline without trunk checkins:
     65
    6266[[Image(branches_timeline_1.png)]]
    6367
    6468Timeline without a branch checkins:
     69
    6570[[Image(branches_timeline_2.png)]]
    6671