/brz/remove-bazaar

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

Implement a 'ReadLock.temporary_write_lock()' to upgrade to a write-lock in-process.
Implement it for _fcntl.
This is the api that can be used when we want to update a dirty dirstate
even though we only have a read lock.
On win32, this will actually unlock and re-lock the file. Which is part of
the api description. But we don't have to limit ourselves to the lowest
common denominator on all platforms.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 2220.2.26 18 years ago Martin Pool merge trunk, in particular new Branch6 changes 2.6 KB Diff Download File
test_break_lock.py 2052.3.2 19 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 2.2 KB Diff Download File
test_commit_builder.py 2255.7.65 18 years ago Robert Collins Split test_root_revision_entry into tree and repos 5.8 KB Diff Download File
test_fileid_involved.py 2255.7.92 18 years ago Martin Pool Test for smart_add(save=false) should be run again 12 KB Diff Download File
test_iter_reverse_revision_history.py 2255.2.234 18 years ago Robert Collins Merge bzr.dev. 5.8 KB Diff Download File
test_reconcile.py 2052.3.2 19 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 14.4 KB Diff Download File
test_repository.py 2255.2.208 18 years ago Robert Collins Remove more references to 'experimental' formats. 26.8 KB Diff Download File
test_revision.py 1913.1.5 19 years ago John Arbash Meinel fix test name 4.3 KB Diff Download File
test_statistics.py 2258.1.2 18 years ago Robert Collins New version of gather_stats which gathers aggregat 3.7 KB Diff Download File