|
| project |
|
str | wiki_dir = svn_root_path + '/wiki' |
|
str | version_prefix = 'V' + dot_version.replace('.', '_') + '_' |
|
| files_to_branch = self.GetFilesToBranch() |
|
| search_for_re |
|
str | replace_with = r'\1%s\2\3' % (self.version_prefix,) |
|
str | files_to_branch = 'svn cp %s %s%s' % (f, self.version_prefix, f) |
|
◆ BranchFiles()
release_docs.WikiBrancher.BranchFiles |
( |
| self | ) |
|
Branches the .wiki files needed to be branched.
◆ GetFilesToBranch()
release_docs.WikiBrancher.GetFilesToBranch |
( |
| self | ) |
|
Returns a list of .wiki file names that need to be branched.
◆ search_for_re
release_docs.WikiBrancher.search_for_re |
Initial value:= re.compile(
r'(\[|/wiki/)(%s)([ #])' % '|'.join(page_names))
The documentation for this class was generated from the following file:
- googletest/lib/googletest/scripts/release_docs.py