/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_repository/test_fetch.py

Merge cleanup into texinfo

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2007 Canonical Ltd
 
1
# Copyright (C) 2007-2010 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
28
28
from bzrlib.inventory import ROOT_ID
29
29
from bzrlib.tests import TestSkipped
30
30
from bzrlib.tests.per_repository import TestCaseWithRepository
31
 
from bzrlib.transport import get_transport
32
31
 
33
32
 
34
33
class TestFetchSameRepository(TestCaseWithRepository):