~bzr-pqm/bzr/2.0

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_repository_reference/test_default_stacking.py

(lifeless) Don't allow RemoteRepository to stack on an incompatible-format repository. (#562380) (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
17
 
18
 
from bzrlib.smart import server
19
18
from bzrlib.tests.per_repository import TestCaseWithRepository
20
19
 
21
20