~toddy/bzr/bzr.i18n

« back to all changes in this revision

Viewing changes to bzrlib/dirstate.py

  • Committer: Tobias Toedter
  • Date: 2007-12-30 18:52:13 UTC
  • mfrom: (2438.1.708 +trunk)
  • Revision ID: t.toedter@gmx.net-20071230185213-7xiqpbtshmnsf073
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
250
250
 
251
251
    A dirstate is a specialised data structure for managing local working
252
252
    tree state information. Its not yet well defined whether it is platform
253
 
    specific, and if it is how we detect/parameterise that.
 
253
    specific, and if it is how we detect/parameterize that.
254
254
 
255
255
    Dirstates use the usual lock_write, lock_read and unlock mechanisms.
256
256
    Unlike most bzr disk formats, DirStates must be locked for reading, using