/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

Add bzrlib.pyutils, which has get_named_object, a wrapper around __import__.

This is used to replace various ad hoc implementations of the same logic,
notably the version used in registry's _LazyObjectGetter which had a bug when
getting a module without also getting a member.  And of course, this new
function has unit tests, unlike the replaced code.

This also adds a KnownHooksRegistry subclass to provide a more natural home for
some other logic.

I'm not thrilled about the name of the new module or the new functions, but it's
hard to think of good names for such generic functionality.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
The latest version of these documents are available from Bazaar's
6
6
documentation site, <http://doc.bazaar.canonical.com/>, and more documentation
7
 
may be linked from <http://bazaar-vcs.org/Documentation>.
 
7
may be linked from <http://wiki.bazaar.canonical.com/Documentation>.
8
8
 
9
9
Core Documentation
10
10
==================
43
43
Web links
44
44
=========
45
45
 
46
 
* `Switching Guides <http://bazaar-vcs.org/BzrSwitching>`_
 
46
* `Switching Guides <http://wiki.bazaar.canonical.com/BzrSwitching>`_
47
47
  |--| for users moving from another VCS tool
48
48
 
49
 
* `Migration Guide <http://bazaar-vcs.org/BzrMigration>`_
 
49
* `Migration Guide <http://wiki.bazaar.canonical.com/BzrMigration>`_
50
50
  |--| for teams migrating history from another VCS tool
51
51
 
52
 
* `Glossary <http://bazaar-vcs.org/BzrGlossary>`_
 
52
* `Glossary <http://wiki.bazaar.canonical.com/BzrGlossary>`_
53
53
 
54
 
* `Frequently Asked Questions <http://bazaar-vcs.org/FAQ>`_
 
54
* `Frequently Asked Questions <http://wiki.bazaar.canonical.com/FAQ>`_
55
55
 
56
56
 
57
57
Other Languages