/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/index.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:
3
3
============================
4
4
 
5
5
The latest version of these documents are available from Bazaar's
6
 
documentation site, <http://doc.bazaar.canonical.com/>, and more documentation
 
6
documentation site, <http://doc.bazaar-vcs.org/>, and more documentation
7
7
may be linked from <http://bazaar-vcs.org/Documentation>.
8
8
 
9
9
Core Documentation
10
10
==================
11
11
 
12
 
* `User Guide <en/user-guide/index-plain.html>`_
 
12
* `User Guide <en/user-guide/index-plain.html>`_ 
13
13
 
14
 
* `User Reference <en/user-reference/bzr_man.html>`_
 
14
* `User Reference <en/user-reference/bzr_man.html>`_ 
15
15
 
16
16
* `Quick Start Card <en/_static/en/bzr-en-quick-reference.svg>`_
17
17
  (`PDF <en/_static/en/bzr-en-quick-reference.pdf>`_,
19
19
 
20
20
* `Release Notes <en/release-notes/NEWS.html>`_
21
21
 
22
 
* `2.0 Upgrade Guide <en/upgrade-guide/index.html>`_
 
22
* `2.0 Upgrade Guide <en/upgrade-guide/index.html>`_ 
23
23
 
24
24
 
25
25
Tutorials
26
26
=========
27
27
 
28
 
* `Bazaar in five minutes <en/mini-tutorial/index.html>`_
29
 
 
30
 
* `A longer tutorial <en/tutorials/tutorial.html>`_
31
 
 
32
 
* `Using Bazaar with Launchpad <en/tutorials/using_bazaar_with_launchpad.html>`_
33
 
 
34
 
* `Centralized workflow <en/tutorials/centralized_workflow.html>`_
 
28
* `Bazaar in five minutes <en/mini-tutorial/index.html>`_ 
 
29
 
 
30
* `A longer tutorial <en/tutorials/tutorial.html>`_ 
 
31
 
 
32
* `Using Bazaar with Launchpad <en/tutorials/using_bazaar_with_launchpad.html>`_ 
 
33
 
 
34
* `Centralized workflow <en/tutorials/centralized_workflow.html>`_ 
35
35
 
36
36
 
37
37
Developer Documentation
43
43
Web links
44
44
=========
45
45
 
46
 
* `Switching Guides <http://bazaar-vcs.org/BzrSwitching>`_
 
46
* `Switching Guides <http://bazaar-vcs.org/BzrSwitching>`_ 
47
47
  |--| for users moving from another VCS tool
48
48
 
49
49
* `Migration Guide <http://bazaar-vcs.org/BzrMigration>`_
59
59
 
60
60
* `Spanish Documentation <index.es.html>`_
61
61
* `Russian Documentation <index.ru.html>`_ |--| документация на русском
62
 
* `Japanese Documentation <index.ja.html>`_ |--| 日本語のドキュメント
63
62
 
64
63
.. |--| unicode:: U+2014
65
64