/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

  • Committer: John Arbash Meinel
  • Date: 2009-06-02 21:11:18 UTC
  • mto: This revision was merged to the branch mainline in revision 4412.
  • Revision ID: john@arbash-meinel.com-20090602211118-fjsx4dxokahrqkrr
Change groupcompress.DeltaIndex to be lazy about indexing the first source.

This changes the performance characteristics of 'commit', especially of large files.
The main benefit is that during commit, we won't be doing any deltas as we add
all new content to a new group anyway.
Thus we know that we won't ever use the delta index we were creating, so
we can save both time and memory by never creating the index until it is
needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
============================
 
2
Bazaar Main Document Catalog
 
3
============================
 
4
 
 
5
The latest version of these documents are available from Bazaar's
 
6
documentation site, <http://doc.bazaar-vcs.org/>, and more documentation
 
7
may be linked from <http://bazaar-vcs.org/Documentation>.
 
8
 
 
9
Core Documentation
 
10
==================
 
11
 
 
12
* `User Guide <en/user-guide/index.html>`_ 
 
13
 
 
14
* `User Reference <en/user-reference/bzr_man.html>`_ 
 
15
 
 
16
* `Quick Start Card <en/quick-reference/quick-start-summary.svg>`_
 
17
  (`PDF <en/quick-reference/quick-start-summary.pdf>`_,
 
18
  `PNG <en/quick-reference/quick-start-summary.png>`_)
 
19
 
 
20
* `Release Notes <en/release-notes/NEWS.html>`_
 
21
 
 
22
* `Developer Document Catalog <developers/index.html>`_ |--| for developers
 
23
  of Bazaar and plugins
 
24
 
 
25
 
 
26
Tutorials
 
27
=========
 
28
 
 
29
* `Bazaar in five minutes <en/mini-tutorial/index.html>`_ 
 
30
 
 
31
* `A longer tutorial <en/tutorials/tutorial.html>`_ 
 
32
 
 
33
* `Using Bazaar with Launchpad <en/tutorials/using_bazaar_with_launchpad.html>`_ 
 
34
 
 
35
* `Centralized workflow <en/tutorials/centralized_workflow.html>`_ 
 
36
 
 
37
 
 
38
Web links
 
39
=========
 
40
 
 
41
* `Switching Guides <http://bazaar-vcs.org/BzrSwitching>`_ 
 
42
  |--| for users moving from another VCS tool
 
43
 
 
44
* `Migration Guide <http://bazaar-vcs.org/BzrMigration>`_
 
45
  |--| for teams migrating history from another VCS tool
 
46
 
 
47
* `Glossary <http://bazaar-vcs.org/BzrGlossary>`_
 
48
 
 
49
* `Frequently Asked Questions <http://bazaar-vcs.org/FAQ>`_
 
50
 
 
51
 
 
52
Other Languages
 
53
===============
 
54
 
 
55
* `Spanish Documentation <index.es.html>`_
 
56
 
 
57
.. |--| unicode:: U+2014
 
58
 
 
59
..
 
60
   vim: ft=rst tw=74 ai