|
proxygen
|
Functions | |
| def | GetCommandOutput (command) |
| def | GetSvnInfo () |
| def | GetSvnTrunk () |
| def | IsInGTestSvn () |
| def | IsInGMockSvn () |
Variables | |
| string | __author__ = 'wan@google.com (Zhanyong Wan)' |
| _SVN_INFO_URL_RE = re.compile(r'^URL: https://(\w+)\.googlecode\.com/svn(.*)') | |
| def common.GetCommandOutput | ( | command | ) |
Runs the shell command and returns its stdout as a list of lines.
Definition at line 46 of file common.py.
Referenced by GetSvnInfo().
| def common.GetSvnInfo | ( | ) |
Returns the project name and the current SVN workspace's root path.
Definition at line 55 of file common.py.
References GetCommandOutput().
Referenced by release_docs.WikiBrancher.__init__(), GetSvnTrunk(), IsInGMockSvn(), and IsInGTestSvn().
| def common.GetSvnTrunk | ( | ) |
Returns the current SVN workspace's trunk root path.
Definition at line 69 of file common.py.
References GetSvnInfo().
| def common.IsInGMockSvn | ( | ) |
| def common.IsInGTestSvn | ( | ) |
|
private |