~sandy-carter/bzr4idea/compile_errors

« back to all changes in this revision

Viewing changes to src/bzr4idea/GitUtil.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:
1
 
package git4idea;
 
1
package bzr4idea;
2
2
/*
3
3
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
4
4
 * with the License. You may obtain a copy of the License at:
29
29
import com.intellij.openapi.vfs.VfsUtil;
30
30
import com.intellij.openapi.vfs.VirtualFile;
31
31
import com.intellij.vcsUtil.VcsUtil;
32
 
import git4idea.config.GitConfigUtil;
 
32
import bzr4idea.config.GitConfigUtil;
33
33
import org.jetbrains.annotations.NotNull;
34
34
import org.jetbrains.annotations.Nullable;
35
35