~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-06 04:33:55 UTC
  • mfrom: (4031.3.3 faspell-typos)
  • Revision ID: pqm@pqm.ubuntu.com-20090406043355-a94p92pr191lpmv1
(Matt Nordhoff, Frank Aspell) Fix typos in documentation.

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: