Parent Directory
|
Revision Log
|
Revision Graph
Merging in work from git by marvil07 for his GSOC project to OO-ify vcsapi. From this commit forward, HEAD is OO.
| 1 | <?php |
| 2 | // $Id$ |
| 3 | /** |
| 4 | * @file |
| 5 | * Version Control API - An interface to version control systems |
| 6 | * whose functionality is provided by pluggable back-end modules. |
| 7 | * |
| 8 | * This file contains the backend-only side of the Version Control API. |
| 9 | * It is public API, but not meant to be used by non-backend modules. |
| 10 | * |
| 11 | * Copyright 2007, 2008 by Jakob Petsovits ("jpetso", http://drupal.org/user/56020) |
| 12 | */ |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |