/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/branch_implementations/test_locking.py

  • Committer: Robert Collins
  • Date: 2007-11-26 20:30:08 UTC
  • mto: This revision was merged to the branch mainline in revision 3029.
  • Revision ID: robertc@robertcollins.net-20071126203008-hst9k6pxrbzoci6w
Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
499
499
        branch = branch.bzrdir.open_branch()
500
500
        branch.lock_write()
501
501
        try:
502
 
            # The branch should have asked the rpeository to lock.
 
502
            # The branch should have asked the repository to lock.
503
503
            self.assertTrue(branch.repository.is_write_locked())
504
504
            # Does the repository type actually lock?
505
505
            if not branch.repository.get_physical_lock_status():