~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/lock.py

  • Committer: Martin Pool
  • Date: 2009-07-20 08:47:58 UTC
  • mto: This revision was merged to the branch mainline in revision 4566.
  • Revision ID: mbp@sourcefrog.net-20090720084758-rkvtpk8zvttgan3g
Review cleanups of typos and unneeded imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
    or an exception.
96
96
    """
97
97
    # This is typically masking some other error and called from a finally
98
 
    # block, so it's useful to have tho option not to generate a new error
 
98
    # block, so it's useful to have the option not to generate a new error
99
99
    # here.  You can use -Werror to make it fatal.  It should possibly also
100
100
    # raise LockNotHeld.
101
101
    if 'unlock' in debug.debug_flags: