VCS/VersionControl.py

changeset 1880
dbd4d7698310
parent 1509
c0b5e693b0eb
child 2302
f29e9405c851
equal deleted inserted replaced
1879:194a055fff04 1880:dbd4d7698310
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

eric ide

mercurial