~sandy-carter/bzr4idea/compile_errors

« back to all changes in this revision

Viewing changes to src/bzr4idea/rebase/GitRebaseEditor.java

  • Committer: Patrik Beno
  • Date: 2009-04-19 15:37:45 UTC
  • Revision ID: patrik.beno@gmail.com-20090419153745-xbev8lgb4cvookg7
BZR-79 refactoring: repackaged to bzr4idea

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 * See the License for the specific language governing permissions and
14
14
 * limitations under the License.
15
15
 */
16
 
package git4idea.rebase;
 
16
package bzr4idea.rebase;
17
17
 
18
18
import com.intellij.openapi.project.Project;
19
19
import com.intellij.openapi.ui.DialogWrapper;
23
23
import com.intellij.util.ListWithSelection;
24
24
import com.intellij.util.ui.ComboBoxTableCellEditor;
25
25
import com.intellij.util.ui.ComboBoxTableCellRenderer;
26
 
import git4idea.actions.GitShowAllSubmittedFilesAction;
27
 
import git4idea.commands.StringScanner;
28
 
import git4idea.config.GitConfigUtil;
29
 
import git4idea.i18n.GitBundle;
 
26
import bzr4idea.actions.GitShowAllSubmittedFilesAction;
 
27
import bzr4idea.commands.StringScanner;
 
28
import bzr4idea.config.GitConfigUtil;
 
29
import bzr4idea.i18n.GitBundle;
30
30
import org.jetbrains.annotations.NonNls;
31
31
 
32
32
import javax.swing.*;