mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-28 21:41:22 +08:00
Move PushToBaseRepo from models to services/pull (#9352)
This commit is contained in:

committed by
Antoine GIRARD

parent
6715677b2b
commit
ce2d488c94
8
services/pull/pull_test.go
Normal file
8
services/pull/pull_test.go
Normal file
@ -0,0 +1,8 @@
|
||||
// Copyright 2019 The Gitea Authors.
|
||||
// All rights reserved.
|
||||
// Use of this source code is governed by a MIT-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package pull
|
||||
|
||||
// TODO TestPullRequest_PushToBaseRepo
|
Reference in New Issue
Block a user