/brz/remove-bazaar

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

  • Committer: John Arbash Meinel
  • Date: 2007-11-13 22:02:21 UTC
  • Revision ID: john@arbash-meinel.com-20071113220221-6kkzbczr91r0gmbt
Fix bug #162494, 'bzr register-branch' needs proper auth handling.
The recent fix to use ~/.bazaar/authentication.conf had some small bugs.
It was not passing a user to auth.get_password(), and it was accidentally
using a local variable with the same name as a global.
Add tests that gather_user_credentials() gets proper values.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 2353.4.3 18 years ago John Arbash Meinel Implement a 'ReadLock.temporary_write_lock()' to u 2.3 KB Diff Download File
test_lock.py 2872.5.1 18 years ago Martin Pool Avoid internal error tracebacks on failure to lock 6 KB Diff Download File
test_temporary_write_lock.py 2363.3.3 18 years ago John Arbash Meinel make Write locks not block on Read locks, so that 4.9 KB Diff Download File