|
Monero
|


Public Member Functions | |
| __init__ (self, dot_version) | |
| GetFilesToBranch (self) | |
| BranchFiles (self) | |
| UpdateLinksInBranchedFiles (self) | |
Public Attributes | |
| 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,) |
Branches ...
| release_docs.WikiBrancher.__init__ | ( | self, | |
| dot_version ) |
| release_docs.WikiBrancher.BranchFiles | ( | self | ) |
Branches the .wiki files needed to be branched.
| release_docs.WikiBrancher.GetFilesToBranch | ( | self | ) |
Returns a list of .wiki file names that need to be branched.
| release_docs.WikiBrancher.UpdateLinksInBranchedFiles | ( | self | ) |
| release_docs.WikiBrancher.files_to_branch = self.GetFilesToBranch() |
| release_docs.WikiBrancher.project |
| str release_docs.WikiBrancher.replace_with = r'\1%s\2\3' % (self.version_prefix,) |
| release_docs.WikiBrancher.search_for_re |
| release_docs.WikiBrancher.wiki_dir = svn_root_path + '/wiki' |