/brz/remove-bazaar

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

  • 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
..
__init__.py 2246.1.3 18 years ago Robert Collins New branch hooks: post_push, post_pull, post_commi 2.7 KB Diff Download File
test_bound_sftp.py 2245.2.1 19 years ago Robert Collins Split branch pushing out of branch pulling. 12.6 KB Diff Download File
test_branch.py 2249.5.19 18 years ago John Arbash Meinel Track through the new Branch6 code, and make sure 27.9 KB Diff Download File
test_break_lock.py 2052.3.1 19 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 3.4 KB Diff Download File
test_commit.py 2246.1.3 18 years ago Robert Collins New branch hooks: post_push, post_pull, post_commi 4.1 KB Diff Download File
test_hooks.py 2230.3.33 18 years ago Aaron Bentley Merge bzr.dev 2.7 KB Diff Download File
test_http.py 2004.1.25 19 years ago v.ladeuil+lp at free Shuffle http related test code. Hopefully it ends 2.6 KB Diff Download File
test_last_revision_info.py 2249.4.1 18 years ago Wouter van Heyst New Branch.last_revision_info method, this is bein 1.4 KB Diff Download File
test_locking.py 1711.8.7 19 years ago John Arbash Meinel Renaming LockHelpers.py to lock_helpers.py 8.4 KB Diff Download File
test_parent.py 2230.3.8 19 years ago Aaron Bentley Abstract mechanism from policy getting/setting par 2.9 KB Diff Download File
test_permissions.py 2052.3.2 19 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 2.8 KB Diff Download File
test_pull.py 2246.1.3 18 years ago Robert Collins New branch hooks: post_push, post_pull, post_commi 6.8 KB Diff Download File
test_push.py 2279.1.3 18 years ago John Arbash Meinel Switch the test to being a branch_implementation t 8.8 KB Diff Download File
test_uncommit.py 2246.1.3 18 years ago Robert Collins New branch hooks: post_push, post_pull, post_commi 3.9 KB Diff Download File
test_update.py 2052.3.2 19 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 2.7 KB Diff Download File