Package moap :: Package vcs :: Module vcs
[hide private]
[frames] | no frames]

Module vcs

source code

Version Control System functionality.

Classes [hide private]
  VCS
  VCSException
Generic exception for a failed VCS operation.
  VCSBackupException
The VCS cannot back up the working directory.
Functions [hide private]
 
getNames()
Returns a sorted list of VCS names that moap can work with.
source code
 
detect(path=None)
Detect which version control system is being used in the source tree.
source code
Function Details [hide private]

detect(path=None)

source code 

Detect which version control system is being used in the source tree.

Returns:
an instance of a subclass of VCS, or None.