/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/part2_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
 
前の章でBazaarがあなた自身と他の人との共同作業を生産的にすることを手助け\
5
 
してくれる方法について確固として理解して頂けることを筆者達は願っております。
6
 
初めてBazaarを学んでいるのであれば、一度習得したら、このマニュアルに戻るために\
7
 
すでにカバーされた手順を試すとよいかもしれません。
8
 
 
9
 
残りの章ではBazaarをより適切に使うためのさまざまなトピックをカバーしています。
10
 
明言されない限り、この章と残りの章はそれぞれ独立しているので好きな順序で
11
 
読むことができます。