~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_bzrdir.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-03-01 07:30:00 UTC
  • mfrom: (2220.2.49 tags)
  • Revision ID: pqm@pqm.ubuntu.com-20070301073000-0bfe1394fee5e712
(mbp) tags in branch

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