~bzr/bzr-repodebug/trunk

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Andrew Bennetts
  • Date: 2011-05-03 08:16:26 UTC
  • Revision ID: andrew.bennetts@canonical.com-20110503081626-8godp1n78dgf09af
Add file-refs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
plugin_cmds.register_lazy(
30
30
    'cmd_fetch_all_records', [], 'bzrlib.plugins.repodebug.fetch_all_records')
31
31
plugin_cmds.register_lazy(
 
32
    'cmd_file_refs', [], 'bzrlib.plugins.repodebug.file_refs')
 
33
plugin_cmds.register_lazy(
32
34
    'cmd_fix_missing_keys_for_stacking', [],
33
35
    'bzrlib.plugins.repodebug.missing_keys_for_stacking_fixer')
34
36
plugin_cmds.register_lazy(