433 """ |
433 """ |
434 Public method to clear the status cache. |
434 Public method to clear the status cache. |
435 """ |
435 """ |
436 pass |
436 pass |
437 |
437 |
|
438 def vcsInitConfig(self, project): |
|
439 """ |
|
440 Public method to initialize the VCS configuration. |
|
441 |
|
442 This method could ensure, that certain files or directories are |
|
443 exclude from being version controlled. |
|
444 |
|
445 @param project reference to the project (Project) |
|
446 """ |
|
447 pass |
|
448 |
438 def vcsDefaultOptions(self): |
449 def vcsDefaultOptions(self): |
439 """ |
450 """ |
440 Public method used to retrieve the default options for the vcs. |
451 Public method used to retrieve the default options for the vcs. |
441 |
452 |
442 @return a dictionary with the vcs operations as key and |
453 @return a dictionary with the vcs operations as key and |