~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/ja/user-guide/bzrtools_plugin.txt

  • Committer: Vincent Ladeuil
  • Date: 2009-04-27 16:10:10 UTC
  • mto: (4310.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4311.
  • 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
BzrTools
2
 
========
3
 
 
4
 
概要
5
 
-----
6
 
 
7
 
BzrToolsは便利なBazaar強化機能のコレクションです。
8
 
インストールの手引きに関しては、BzrToolsのホームページを参照してください:
9
 
http://wiki.bazaar.canonical.com/BzrTools.
10
 
よく使われるコマンドのサンプルは下記のとおりです。
11
 
 
12
 
 
13
 
shell
14
 
-----
15
 
 
16
 
``bzr shell`` はBazaarのコマンドを理解する以上のことを行うコマンドインタープリタを起動します。
17
 
これはいくつかの利点を持ちます:
18
 
 
19
 
 * すべてのコマンドの冒頭で ``bzr`` を入力する必要が無くなります。
20
 
 
21
 
 * インテリジェントな自動入力補完が提供されます。
22
 
 
23
 
 * Bazaarのライブラリを毎回ロードする必要がないのでコマンドは少し速く動作します。
24
 
 
25
 
 
26
 
cdiff
27
 
-----
28
 
 
29
 
``bzr cdiff`` は GNU/Linux、UNIXとOS Xで ``bzr diff`` の出力の色つきバージョンを提供します。
30
 
次のようによく使われます::
31
 
 
32
 
  bzr cdiff | less -R