/brz/remove-bazaar

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

Implement RemoteBranch.lock_write/unlock as smart operations.

Because Branch.lock_write/unlock actually also lock/unlock the repository, I've
slightly changed lock_write's interface to accept and return 'tokens' rather
than 'token'.  i.e. a 2-tuple of (branch token, repo token), or None.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 2018.5.21 18 years ago Andrew Bennetts Move bzrlib.transport.smart to bzrlib.smart 8.4 KB Diff Download File
branch.py 2018.5.79 18 years ago Andrew Bennetts Implement RemoteBranch.lock_write/unlock as smart 4.7 KB Diff Download File
bzrdir.py 2018.5.42 18 years ago Robert Collins Various hopefully improvements, but wsgi is broken 3 KB Diff Download File
client.py 2018.5.42 18 years ago Robert Collins Various hopefully improvements, but wsgi is broken 1.9 KB Diff Download File
medium.py 2018.5.21 18 years ago Andrew Bennetts Move bzrlib.transport.smart to bzrlib.smart 17.8 KB Diff Download File
protocol.py 2018.5.23 18 years ago Andrew Bennetts Use a Registry for smart server command handlers. 12.7 KB Diff Download File
repository.py 2018.5.79 18 years ago Andrew Bennetts Implement RemoteBranch.lock_write/unlock as smart 6.2 KB Diff Download File
request.py 2018.5.79 18 years ago Andrew Bennetts Implement RemoteBranch.lock_write/unlock as smart 11.7 KB Diff Download File
server.py 2018.5.47 18 years ago Andrew Bennetts Make SmartTCPServer_for_Testing.setUp's backing_tr 5.2 KB Diff Download File
vfs.py 2018.5.37 18 years ago Andrew Bennetts Make sure all the request handlers in bzrlib/smart 5.8 KB Diff Download File