- 3.0.1 core module.
|
Functions | |
def | GetCommandOutput (command) |
def | GetSvnInfo () |
def | GetSvnTrunk () |
def | IsInGTestSvn () |
def | IsInGMockSvn () |
def common.GetCommandOutput | ( | command | ) |
Runs the shell command and returns its stdout as a list of lines.
Referenced by GetSvnInfo().
def common.GetSvnInfo | ( | ) |
Returns the project name and the current SVN workspace's root path.
References GetCommandOutput().
Referenced by release_docs.WikiBrancher.__init__(), GetSvnTrunk(), IsInGMockSvn(), and IsInGTestSvn().
def common.GetSvnTrunk | ( | ) |
Returns the current SVN workspace's trunk root path.
References GetSvnInfo().
def common.IsInGTestSvn | ( | ) |
References GetSvnInfo().
def common.IsInGMockSvn | ( | ) |
References GetSvnInfo().