~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/lockable_files.py

  • Committer: Martin Pool
  • Date: 2006-03-03 02:54:57 UTC
  • mto: This revision was merged to the branch mainline in revision 1593.
  • Revision ID: mbp@sourcefrog.net-20060303025457-8db5ec00a8ecba35
MoreĀ lockĀ docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    LockableFiles also provides some policy on top of Transport for encoding
38
38
    control files as utf-8.
39
39
 
 
40
    LockableFiles manage a lock count and can be locked repeatedly by
 
41
    a single caller.  (The underlying lock implementation generally does not
 
42
    support this.)
 
43
 
40
44
    Instances of this class are often called control_files.
41
45
    
42
46
    This object builds on top of a Transport, which is used to actually