~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Martin Pool
  • Date: 2005-06-01 04:09:38 UTC
  • Revision ID: mbp@sourcefrog.net-20050601040938-d905145b57ae017f
- unify two defintions of LockError

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
        If _lock_mode is true, a positive count of the number of times the
123
123
        lock has been taken.
124
124
 
125
 
    _lockfile
126
 
        Open file used for locking.
 
125
    _lock
 
126
        Lock object from bzrlib.lock.
127
127
    """
128
128
    base = None
129
129
    _lock_mode = None