/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/contents.txt

  • Committer: Robert Collins
  • Date: 2009-08-26 03:20:32 UTC
  • mfrom: (4637 +trunk)
  • mto: (4634.6.2 2.0)
  • mto: This revision was merged to the branch mainline in revision 4660.
  • Revision ID: robertc@robertcollins.net-20090826032032-mx5kiog3eihaoy13
Merge and cherrypick outstanding 2.0 relevant patches from bzr.dev: Up to rev
4637, then 4639,4641,4643,4646,4649,4650,4651. (Robert Collins)

Log messages of the incorporated fixes:

revno: 4651 [merge]
  (robertc) Enable commit via record_iter_changes for specific file
        comments. (Robert Collins)

revno: 4650 [merge]
  Fix shelve on windows. (Robert Collins, #305006)

revno: 4649 [merge]
  (robertc) Make iter_changes produce output that is always safe to
        generate inventory deltas of in the same direction as the
        changes. (Robert Collins, #347649)

revno: 4646 [merge]
  (mbp) developer documentation about content filtering

revno: 4643 [merge]
  (mbp) small tweaks to release documentation

revno: 4641 [merge]
  (abentley) Shelve will not remove tree root.

revno: 4639 [merge]
  (andrew) Fix 'Revision ... not present' errors when upgrading stacked
        branches.

revno: 4637 [merge]
  Fix upgrade of branches in repositories.

revno: 4636 [merge]
  (mbp) fix crash formatting CannotBindAddress

revno: 4635 [merge]
  (robertc) Fix many locking errors on windows due to a small bug in
        merge.transform_tree. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. Bazaar documentation master file, created by
 
2
   sphinx-quickstart on Tue Jul 21 17:04:52 2009.
 
3
   You can adapt this file completely to your liking, but it should at least
 
4
   contain the root `toctree` directive.
 
5
 
 
6
 
 
7
Core documentation
 
8
==================
 
9
 
 
10
.. toctree::
 
11
   :maxdepth: 1
 
12
 
 
13
   en/user-guide/index
 
14
   en/tutorials/index
 
15
   en/quick-reference/index
 
16
   en/user-reference/index
 
17
 
 
18
.. toctree::
 
19
   :maxdepth: 1
 
20
 
 
21
   en/release-notes/index
 
22
   en/upgrade-guide/index
 
23
   en/migration/index
 
24
   developers/index
 
25
 
 
26
 
 
27
Other languages:
 
28
 
 
29
.. toctree::
 
30
   :maxdepth: 1
 
31
 
 
32
   index.es
 
33
   index.ru
 
34
 
 
35
 
 
36
Related links
 
37
=============
 
38
 
 
39
* `Frequently Asked Questions <http://bazaar-vcs.org/FAQ>`_
 
40
* `Glossary <http://bazaar-vcs.org/BzrGlossary>`_
 
41
* :ref:`genindex`
 
42
* :ref:`search`
 
43