30
30
`bzrlib.commands.register_command(cmd_foo)`. You must register the command
31
31
when your file is imported, otherwise bzr will not see it.
35
35
either modules or packages. If your plugin is a single file, you can
36
36
structure it as a module. If it has multiple files, or if you want to
37
37
distribute it as a bzr branch, you should structure it as a package, i.e. a
40
40
Please feel free to contribute your plugin to BzrTools, if you think it
41
41
would be useful to other people.