~bzr-pqm/bzr/bzr.dev

  • Committer: John Arbash Meinel
  • Date: 2007-03-01 21:56:19 UTC
  • mto: (2255.7.84 dirstate)
  • Revision ID: john@arbash-meinel.com-20070301215619-wpt6kz8yem3ypu1b
Update to dirstate locking.
Move all of WT4.lock_* functions locally, so that they can
properly interact and cleanup around when we lock/unlock the
dirstate file.
Change all Lock objects to be non-blocking. So that if someone
grabs a lock on the DirState we find out immediately, rather
than blocking.
Change WT4.unlock() so that if the dirstate is dirty, it will
save the contents even if it only has a read lock.
It does this by trying to take a write lock, if it fails
we just ignore it. If it succeeds, then we can flush to disk.
This is more important now that DirState tracks file changes.
It allows 'bzr status' to update the cached stat and sha values.
Filename Latest Rev Last Changed Committer Comment Size
..
revision 1563.2.20 19 years ago Robert Collins Add a revision store test adapter. Diff
versioned 1563.2.8 19 years ago Robert Collins Move WeaveStore down into bzrlib.store.versioned.w Diff
__init__.py 2294.1.10 18 years ago John Arbash Meinel Switch all apis over to utf8 file ids. All tests p 13.1 KB Diff Download File
text.py 2052.3.1 18 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 4.2 KB Diff Download File