~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/branch_implementations/test_branch.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-07-09 16:17:45 UTC
  • mfrom: (1711.8.7 two-phase-locking)
  • Revision ID: pqm@pqm.ubuntu.com-20060709161745-764d41910ae59c5e
(jam) update Branch and WorkingTree to properly lock and cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
568
568
            return
569
569
        self.assertEqual(self.branch_format,
570
570
                         branch.BranchFormat.find_format(opened_control))
 
571
 
 
572