/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/ja/user-guide/svn_plugin.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:
18
18
利用からまだ採用していないチームのための共通の暫定ステップです
19
19
 
20
20
インストールの手引きに関しては、bzr-svnのホームページをご覧ください:
21
 
http://bazaar-vcs.org/BzrForeignBranches/Subversion.
 
21
http://wiki.bazaar.canonical.com/BzrForeignBranches/Subversion.
22
22
 
23
23
 
24
24
シンプルな例
109
109
 * Bazaarはファイルのコピーのトラッキングをサポートしません
110
110
 
111
111
現在の制約の一覧に関しては、bzr-svnのウェブページ、\
112
 
http://bazaar-vcs.org/BzrForeignBranches/Subversion を参照してください。
 
112
http://wiki.bazaar.canonical.com/BzrForeignBranches/Subversion を参照してください。