/brz/remove-bazaar

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

« back to all changes in this revision

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

terminal_width can now returns None.

* bzrlib/win32utils.py:
(get_console_size): Fix typo in comment.

* bzrlib/ui/text.py:
(TextProgressView._show_line): Handle the no terminal present case.

* bzrlib/tests/test_osutils.py:
(TestTerminalWidth): Update tests.

* bzrlib/tests/blackbox/test_too_much.py:
Fix some imports.
(OldTests.test_bzr): Handle the no terminal present case.

* bzrlib/tests/__init__.py:
(VerboseTestResult.report_test_start): Handle the no terminal
present case.

* bzrlib/status.py:
(show_pending_merges): Handle the no terminal present case.
(show_pending_merges.show_log_message): Factor out some
code. Handle the no terminal present case.

* bzrlib/osutils.py:
(terminal_width): Return None if no precise value can be found.

* bzrlib/log.py:
(LineLogFormatter.__init__): Handle the no terminal present case.
(LineLogFormatter.truncate): Accept None as max_len meaning no
truncation.
(LineLogFormatter.log_string): 

* bzrlib/help.py:
(_help_commands_to_text): Handle the no terminal present case.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
単独で始める
2
 
=============
3
 
 
4
 
個人の生産性を向上させるツール
5
 
--------------------------------
6
 
 
7
 
ツールの中には個人を生産的にする(たとえばエディタ)ためや
8
 
チームもしくは会社全体を生産的にする(たとえばバックエンドサービス)ために設計されたものがあります。
9
 
バージョン管理ツールは伝統的に後者の陣営にありました。
10
 
 
11
 
Bazaarがクールであることの1つはセットアップが簡単なのでバージョン管理ツールを個人の生産性を上げるツールとして扱うことができることです。
12
 
既知のよい状態であるかチェックする、もしくは履歴を追跡するために変更を保存したい場合、簡単に行うことができます。
13
 
この章では方法を説明します。
14
 
 
15
 
単独用途のワークフロー
16
 
-----------------------
17
 
 
18
 
あなた独自の名作を作っているのであれば、ソフトウェア、プロジェクトもしくは\
19
 
ドキュメントの一式であれ、典型的なワークフローは次のようになります:
20
 
 
21
 
.. image:: images/workflows_single.png
22
 
 
23
 
チームの一員として常に作業をするとしても、この章でカバーされるタスクはあなたが行うことの基本になるので、よいスタート地点です。