1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

Update locales

This commit is contained in:
Unknwon
2016-03-04 18:51:18 -05:00
parent dfd6f8f7ab
commit 2a931937a8
15 changed files with 628 additions and 343 deletions

View File

@ -484,7 +484,6 @@ func (pr *PullRequest) UpdatePatch() (err error) {
// PushToBaseRepo pushes commits from branches of head repository to
// corresponding branches of base repository.
// FIXME: could fail after user force push head repo, should we always force push here?
// FIXME: Only push branches that are actually updates?
func (pr *PullRequest) PushToBaseRepo() (err error) {
log.Trace("PushToBaseRepo[%d]: pushing commits to base repo 'refs/pull/%d/head'", pr.BaseRepoID, pr.Index)