~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_bzrdir.py

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
        finally:
143
143
            bzrdir.format_registry.set_default_repository(old_default)
144
144
 
 
145
 
145
146
class SampleBranch(bzrlib.branch.Branch):
146
147
    """A dummy branch for guess what, dummy use."""
147
148