/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/dirstate.py

Merge bzr.dev

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