Searched refs:VersionControlSystem (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py588 class VersionControlSystem(object): class in inherits: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 implementatio
[all...]
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py588 class VersionControlSystem(object): class in inherits: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 implementatio
[all...]

Completed in 11 milliseconds