Home | History | Annotate | Download | only in scripts

Lines Matching refs:VersionControlSystem

588 class VersionControlSystem(object):
721 class SubversionVCS(VersionControlSystem):
722 """Implementation of the VersionControlSystem interface for Subversion."""
985 class GitVCS(VersionControlSystem):
986 """Implementation of the VersionControlSystem interface for Git."""
1042 class MercurialVCS(VersionControlSystem):
1043 """Implementation of the VersionControlSystem interface for Mercurial."""
1212 This examines the current directory, guesses which VersionControlSystem
1217 A VersionControlSystem instance. Exits if the VCS can't be guessed.
1256 the VersionControlSystem implementation returned by GuessVCS().