/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/developers/index.txt

  • Committer: Vincent Ladeuil
  • Date: 2010-01-25 15:55:48 UTC
  • mto: (4985.1.4 add-attr-cleanup)
  • mto: This revision was merged to the branch mainline in revision 4988.
  • Revision ID: v.ladeuil+lp@free.fr-20100125155548-0l352pujvt5bzl5e
Deploy addAttrCleanup on the whole test suite.

Several use case worth mentioning:

- setting a module or any other object attribute is the majority
by far. In some cases the setting itself is deferred but most of
the time we want to set at the same time we add the cleanup.

- there multiple occurrences of protecting hooks or ui factory
which are now useless (the test framework takes care of that now),

- there was some lambda uses that can now be avoided.

That first cleanup already simplifies things a lot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=================================
 
2
Bazaar Developer Document Catalog
 
3
=================================
 
4
 
 
5
 
 
6
Introduction
 
7
============
 
8
 
 
9
.. toctree::
 
10
   :maxdepth: 1
 
11
 
 
12
   contribution-quickstart
 
13
 
 
14
 
 
15
Enhancing Bazaar
 
16
================
 
17
 
 
18
.. toctree::
 
19
   :maxdepth: 1
 
20
 
 
21
   process
 
22
   HACKING
 
23
   testing
 
24
 
 
25
* `Bazaar Writer Guide <http://bazaar-vcs.org/ContributingToTheDocs>`_ (web link)
 
26
 
 
27
 
 
28
Developing using bzrlib
 
29
=======================
 
30
 
 
31
.. toctree::
 
32
   :maxdepth: 1
 
33
 
 
34
   overview
 
35
   integration
 
36
 
 
37
* `Writing plugins for Bazaar <http://bazaar-vcs.org/WritingPlugins>`_ (web link)
 
38
 
 
39
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_
 
40
  (web link)
 
41
 
 
42
 
 
43
Other documents
 
44
===============
 
45
 
 
46
.. toctree::
 
47
   :maxdepth: 1
 
48
 
 
49
   principles
 
50
   plans
 
51
   specifications
 
52
   implementation-notes
 
53
   miscellaneous-notes
 
54
 
 
55
 
 
56
.. |--| unicode:: U+2014
 
57
 
 
58
..
 
59
   vim: ft=rst tw=74 ai