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

  • Committer: John Arbash Meinel
  • Date: 2005-06-22 17:09:12 UTC
  • mto: (0.5.85) (1185.82.1 bzr-w-changeset)
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: john@arbash-meinel.com-20050622170912-812059271adc7ea0
Properly registering the plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
                auto_commit=auto_commit)
88
88
 
89
89
 
90
 
if hasattr(bzrlib.commands, 'register_plugin_cmd'):
91
 
    bzrlib.commands.register_plugin_cmd(cmd_changeset)
92
 
    bzrlib.commands.register_plugin_cmd(cmd_verify_changeset)
93
 
    bzrlib.commands.register_plugin_cmd(cmd_apply_changeset)
 
90
if hasattr(bzrlib.commands, 'register_plugin_command'):
 
91
    bzrlib.commands.register_plugin_command(cmd_changeset)
 
92
    bzrlib.commands.register_plugin_command(cmd_verify_changeset)
 
93
    bzrlib.commands.register_plugin_command(cmd_apply_changeset)
94
94
 
95
95
    bzrlib.commands.OPTIONS['reverse'] = None
96
96
    bzrlib.commands.OPTIONS['auto-commit'] = None