13
13
# You should have received a copy of the GNU General Public License
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21
17
from bzrlib.selftest.testrevision import make_branches
22
18
from bzrlib.trace import mutter
23
19
from bzrlib.branch import Branch
26
23
from bzrlib.selftest import TestCaseInTempDir
38
26
class TestFetch(TestCaseInTempDir):
45
32
return Branch(name, init=True)