/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 2255.2.174 18 years ago Martin Pool remove AB1 WorkingTree and experimental-knit3 4.3 KB Diff Download File
test_compare.py 2331.1.1 18 years ago Robert Collins (robertc) Forward port of dirstate correctness com 45.7 KB Diff Download File