Git: moved stash/shelve classes to git4idea.stash
authorKirill Likhodedov <kirill.likhodedov@jetbrains.com>
Wed, 11 May 2011 09:06:21 +0000 (13:06 +0400)
committerKirill Likhodedov <kirill.likhodedov@jetbrains.com>
Thu, 12 May 2011 07:39:36 +0000 (11:39 +0400)
commit1aa7241d17ccf2a54d8cca05e79164bb559e0bfe
treefbe64e54aa6f075ee3cfec9de42c1ed721764696
parentc89bda4d6bafbb6722aab907f9065d96dfb1165b
Git: moved stash/shelve classes to git4idea.stash
plugins/git4idea/src/git4idea/checkin/GitPushActiveBranchesDialog.java
plugins/git4idea/src/git4idea/checkout/branches/GitCheckoutProcess.java
plugins/git4idea/src/git4idea/stash/GitChangesSaver.java [moved from plugins/git4idea/src/git4idea/update/GitChangesSaver.java with 99% similarity]
plugins/git4idea/src/git4idea/stash/GitShelveChangesSaver.java [moved from plugins/git4idea/src/git4idea/update/GitShelveChangesSaver.java with 99% similarity]
plugins/git4idea/src/git4idea/stash/GitStashChangesSaver.java [moved from plugins/git4idea/src/git4idea/update/GitStashChangesSaver.java with 99% similarity]
plugins/git4idea/src/git4idea/stash/GitStashUtils.java [moved from plugins/git4idea/src/git4idea/update/GitStashUtils.java with 99% similarity]
plugins/git4idea/src/git4idea/ui/GitUnstashDialog.java
plugins/git4idea/src/git4idea/update/GitUpdateProcess.java