mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[git] Move GitCherryPicker to the proper package.
This commit is contained in:
@@ -29,7 +29,6 @@ import git4idea.GitPlatformFacade;
|
||||
import git4idea.GitVcs;
|
||||
import git4idea.commands.Git;
|
||||
import git4idea.config.GitVcsSettings;
|
||||
import git4idea.history.browser.GitCherryPicker;
|
||||
import git4idea.history.browser.GitCommit;
|
||||
import git4idea.history.wholeTree.AbstractHash;
|
||||
import git4idea.history.wholeTree.GitCommitDetailsProvider;
|
||||
|
||||
+2
-1
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package git4idea.history.browser;
|
||||
package git4idea.cherrypick;
|
||||
|
||||
import com.intellij.notification.Notification;
|
||||
import com.intellij.notification.NotificationListener;
|
||||
@@ -31,6 +31,7 @@ import git4idea.commands.Git;
|
||||
import git4idea.commands.GitCommandResult;
|
||||
import git4idea.commands.GitSimpleEventDetector;
|
||||
import git4idea.commands.GitUntrackedFilesOverwrittenByOperationDetector;
|
||||
import git4idea.history.browser.GitCommit;
|
||||
import git4idea.merge.GitConflictResolver;
|
||||
import git4idea.repo.GitRepository;
|
||||
import git4idea.util.UntrackedFilesNotifier;
|
||||
@@ -30,7 +30,7 @@ import cucumber.annotation.en.And;
|
||||
import cucumber.annotation.en.Given;
|
||||
import cucumber.annotation.en.Then;
|
||||
import cucumber.annotation.en.When;
|
||||
import git4idea.history.browser.GitCherryPicker;
|
||||
import git4idea.cherrypick.GitCherryPicker;
|
||||
import git4idea.history.browser.GitCommit;
|
||||
import git4idea.history.browser.SHAHash;
|
||||
import git4idea.history.wholeTree.AbstractHash;
|
||||
|
||||
Reference in New Issue
Block a user