250
251
note(gettext("Exporting messages from builtin command: %s"), cmd_name)
251
252
_write_command_help(exporter, command)
255
256
raise errors.BzrError(gettext('Plugin %s is not loaded' % plugin_name))
259
261
for cmd_name in _mod_commands.plugin_command_names():
260
262
command = _mod_commands.get_cmd_object(cmd_name, False)
263
265
if plugin_name is not None and command.plugin_name() != plugin_name:
266
269
if plugin_name is None and command.plugin_name() not in core_plugins: