~sandy-carter/bzr4idea/compile_errors

« back to all changes in this revision

Viewing changes to src/bzr4idea/commands/GitHandler.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.commands;
 
16
package bzr4idea.commands;
17
17
 
18
18
import com.intellij.execution.configurations.GeneralCommandLine;
19
19
import com.intellij.execution.process.OSProcessHandler;
28
28
import com.intellij.openapi.vfs.VfsUtil;
29
29
import com.intellij.openapi.vfs.VirtualFile;
30
30
import com.intellij.util.EventDispatcher;
31
 
import git4idea.GitUtil;
32
 
import git4idea.GitVcs;
33
 
import git4idea.config.BzrVcsSettings;
 
31
import bzr4idea.GitUtil;
 
32
import bzr4idea.GitVcs;
 
33
import bzr4idea.config.BzrVcsSettings;
34
34
import org.jetbrains.annotations.NonNls;
35
35
import org.jetbrains.annotations.NotNull;
36
36