Edgewall Software

Changes between Version 1 and Version 2 of TracDev/VersionControlApi


Ignore:
Timestamp:
Jun 8, 2005, 7:40:52 PM (19 years ago)
Author:
anonymous
Comment:

fix typo

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/VersionControlApi

    v1 v2  
    33Trac uses a thin abstraction layer between the Trac application code and the code that accesses concrete version control systems. This layer can be found in the [source:/trunk/trac/versioncontrol/main.py#latest trac.versioncontrol] package.
    44
    5 == Accessing the Version Vontrol System ==
     5== Accessing the Version Control System ==
    66
    77You can get access to a concrete {{{Repository}}} implementation using the {{{get_repository()}}} method of the {{{Environment}}} object: