~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2008-11-05 00:21:17 UTC
  • mto: This revision was merged to the branch mainline in revision 678.
  • Revision ID: aaron@aaronbentley.com-20081105002117-ly7injhr5uacyl9s
More cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    'cmd_clean_tree': [],
35
35
    'cmd_fetch_ghosts': ['fetch-missing'],
36
36
    'cmd_graph_ancestry': [],
37
 
    'cmd_heads': [],
38
37
    'cmd_import': [],
39
38
    'cmd_link_tree': [],
40
39
    'cmd_multi_pull': [],
53
52
    plugin_cmds.register_lazy(cmd_name, aliases,
54
53
                              'bzrlib.plugins.bzrtools.command_classes')
55
54
 
 
55
plugin_cmds.register_lazy('cmd_heads', [], 'bzrlib.plugins.bzrtools.heads')
56
56
 
57
57
def test_suite():
58
58
    from bzrlib.tests.TestUtil import TestLoader