~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: v.ladeuil+lp at free
  • Date: 2007-05-15 17:40:32 UTC
  • mto: (2485.8.44 bzr.connection.sharing)
  • mto: This revision was merged to the branch mainline in revision 2646.
  • Revision ID: v.ladeuil+lp@free.fr-20070515174032-qzdkangpv29l9e7g
Add a test that check that init connect only once. It fails.

* __init__.py:
(test_suite): Register the new test class.

* test_init.py: 
(InstrumentedTransport): A transport that can track connections.
(TransportHooks): Transport specific hooks.
(TestInit): Iniit command behavior tests.

* ftp.py:
(FtpTransport.__init__): Mark place that need fixing regarding
transport connection sharing

* builtins.py:
(cmd_init.run): Mark places that need fixing regarding transport
connection sharing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
helpを表示する
2
 
==============
3
 
 
4
 
Bazaar は組み込みのオンラインヘルプシステムを搭載していて、
5
 
次のコマンドでアクセスできます。 ::
6
 
 
7
 
   bzr help
8
 
 
9
 
help コマンドで、コマンドやコマンド以外のトピックに着いて調べることができます。
10
 
それぞれのヘルプの一覧を見るには次のようにします。 ::
11
 
 
12
 
  bzr help commands
13
 
  bzr help topics
14
 
 
15
 
特定のコマンドのヘルプを見るには、次の2つの形式を使うことができます。 ::
16
 
 
17
 
  bzr help status
18
 
  bzr status --help
19
 
 
20
 
ヘルプを検索するもしくは大きなドキュメントとして読みたい場合、
21
 
情報はBazaarのユーザーリファレンスでも手に入ります。
22