import git4idea.config.GitVcsSettings;
import git4idea.i18n.GitBundle;
import git4idea.rebase.GitRebaser;
+import git4idea.stash.GitChangesSaver;
+import git4idea.stash.GitShelveChangesSaver;
+import git4idea.stash.GitStashChangesSaver;
import git4idea.ui.GitUIUtil;
import git4idea.update.*;
import org.jetbrains.annotations.NotNull;
import git4idea.checkout.branches.GitBranchConfigurations.ChangeInfo;
import git4idea.checkout.branches.GitBranchConfigurations.ChangeListInfo;
import git4idea.commands.*;
+import git4idea.stash.GitStashUtils;
import git4idea.ui.GitUIUtil;
-import git4idea.update.GitStashUtils;
import org.jetbrains.annotations.Nullable;
import java.io.File;
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package git4idea.update;
+package git4idea.stash;
import com.intellij.notification.Notification;
import com.intellij.notification.NotificationListener;
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package git4idea.update;
+package git4idea.stash;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openapi.progress.ProgressIndicator;
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package git4idea.update;
+package git4idea.stash;
import com.intellij.notification.Notification;
import com.intellij.notification.NotificationListener;
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package git4idea.update;
+package git4idea.stash;
import com.intellij.openapi.application.ModalityState;
import com.intellij.openapi.diagnostic.Logger;
import git4idea.commands.*;
import git4idea.config.GitVersionSpecialty;
import git4idea.i18n.GitBundle;
-import git4idea.update.GitStashUtils;
+import git4idea.stash.GitStashUtils;
import git4idea.validators.GitBranchNameValidator;
import org.jetbrains.annotations.NotNull;
import git4idea.merge.GitMergeUtil;
import git4idea.merge.GitMerger;
import git4idea.rebase.GitRebaser;
+import git4idea.stash.GitChangesSaver;
import git4idea.ui.GitUIUtil;
import org.jetbrains.annotations.NotNull;