[git] Move GitCherryPicker to the proper package.

This commit is contained in:
Kirill Likhodedov
2013-01-02 17:23:30 +04:00
parent 35112f6c01
commit b2a709b07c
3 changed files with 3 additions and 3 deletions
@@ -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;
@@ -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;