/brz/remove-bazaar

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

  • Committer: Vincent Ladeuil
  • Date: 2009-04-27 16:10:10 UTC
  • mto: (4310.1.1 integration)
  • Revision ID: v.ladeuil+lp@free.fr-20090427161010-7swfzeagf63cpixd
Fix bug #367726 by reverting some default user handling introduced
while fixing bug #256612.

* bzrlib/transport/ssh.py:
(_paramiko_auth): Explicitly use getpass.getuser() as default
user.

* bzrlib/transport/ftp/_gssapi.py:
(GSSAPIFtpTransport._create_connection): Explicitly use
getpass.getuser() as default user.

* bzrlib/transport/ftp/__init__.py:
(FtpTransport._create_connection): Explicitly use
getpass.getuser() as default user.

* bzrlib/tests/test_sftp_transport.py:
(TestUsesAuthConfig.test_sftp_is_none_if_no_config)
(TestUsesAuthConfig.test_sftp_doesnt_prompt_username): Revert to
None as the default user.

* bzrlib/tests/test_remote.py:
(TestRemoteSSHTransportAuthentication): The really offending one:
revert to None as the default user.

* bzrlib/tests/test_config.py:
(TestAuthenticationConfig.test_username_default_no_prompt): Update
test (and some PEP8).

* bzrlib/smtp_connection.py:
(SMTPConnection._authenticate): Revert to None as the default
user.

* bzrlib/plugins/launchpad/account.py:
(_get_auth_user): Revert default value handling.

* bzrlib/config.py:
(AuthenticationConfig.get_user): Fix doc-string. Leave default
value handling to callers.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 7.7 KB Diff Download File
test_bound_sftp.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 12.8 KB Diff Download File
test_branch.py 4273.1.14 16 years ago Aaron Bentley Restore disabled test 40.1 KB Diff Download File
test_break_lock.py 4031.3.2 16 years ago Matt Nordhoff Merge bzr.dev, fixing conflicts. 3.9 KB Diff Download File
test_check.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 2.8 KB Diff Download File
test_commit.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 8.8 KB Diff Download File
test_create_checkout.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 2.6 KB Diff Download File
test_create_clone.py 4294.2.9 16 years ago Robert Collins Fixup tests broken by cleaning up the layering. 6.3 KB Diff Download File
test_dotted_revno_to_revision_id.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 1.9 KB Diff Download File
test_get_revision_id_to_revno_map.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 4.6 KB Diff Download File
test_hooks.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 16.8 KB Diff Download File
test_http.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 3.5 KB Diff Download File
test_iter_merge_sorted_revisions.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 6.9 KB Diff Download File
test_last_revision_info.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 2.3 KB Diff Download File
test_locking.py 4288.1.11 16 years ago Robert Collins Hopefully fix locking tests to match the new code 21 KB Diff Download File
test_parent.py 4288.1.9 16 years ago Robert Collins Fix up test usable of _set_parent_location on unlo 3.6 KB Diff Download File
test_permissions.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 5.7 KB Diff Download File
test_pull.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 9.2 KB Diff Download File
test_push.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 19 KB Diff Download File
test_reconcile.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 3 KB Diff Download File
test_revision_history.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 8.5 KB Diff Download File
test_revision_id_to_dotted_revno.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 1.5 KB Diff Download File
test_revision_id_to_revno.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 1.6 KB Diff Download File
test_sprout.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 8.1 KB Diff Download File
test_stacking.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 20.4 KB Diff Download File
test_tags.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 6.6 KB Diff Download File
test_uncommit.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 3.9 KB Diff Download File
test_update.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 4.7 KB Diff Download File