(localPath string)
| 90 | } |
| 91 | |
| 92 | func discardLocalWikiChanges(localPath string) error { |
| 93 | return discardLocalRepoBranchChanges(localPath, WikiBranch(localPath)) |
| 94 | } |
| 95 | |
| 96 | // updateWikiPage adds new page to repository wiki. |
| 97 | func (r *Repository) updateWikiPage(doer *User, oldTitle, title, content, message string, isNew bool) error { |
no test coverage detected