~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Frank Aspell
  • Date: 2009-02-22 16:54:02 UTC
  • mto: This revision was merged to the branch mainline in revision 4256.
  • Revision ID: frankaspell@googlemail.com-20090222165402-2myrucnu7er5w4ha
Fixing various typos

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
        self.assertRaises(errors.LockBroken, self.branch.unlock)
82
82
 
83
83
    def test_unlocks_master_branch(self):
84
 
        # break_lock when when the master branch is locked should offer to
 
84
        # break_lock when the master branch is locked should offer to
85
85
        # unlock it.
86
86
        master = self.make_branch('master')
87
87
        try: