-
Committer:
John Arbash Meinel
-
Date:
2007-11-13 22:02:21 UTC
-
mto:
This revision was merged to the branch mainline in
revision
2992.
-
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.