/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 bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-02-05 12:46:50 UTC
  • mfrom: (5009.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100205124650-p5vtdmc5isa5qa7o
(vila)(trivial) Fix typos

Show diffs side-by-side

added added

removed removed

Lines of Context:
3562
3562
# appear prefixed ('bzrlib.' is "replaced" by 'bzrlib.').
3563
3563
test_prefix_alias_registry.register('bzrlib', 'bzrlib')
3564
3564
 
3565
 
# Obvious higest levels prefixes, feel free to add your own via a plugin
 
3565
# Obvious highest levels prefixes, feel free to add your own via a plugin
3566
3566
test_prefix_alias_registry.register('bd', 'bzrlib.doc')
3567
3567
test_prefix_alias_registry.register('bu', 'bzrlib.utils')
3568
3568
test_prefix_alias_registry.register('bt', 'bzrlib.tests')