1378
1381
* Config options have moved from bzrlib.osutils to bzrlib.config.
1379
1382
Configuration is now done via the config.Config interface:
1380
1383
Depending on whether you have a Branch, a Location or no information
1381
available, construct a *Config, and use its signature_checking,
1384
available, construct a ``*Config``, and use its ``signature_checking``,
1384
1387
* Plugins are now loaded under bzrlib.plugins, not bzrlib.plugin, and
1385
1388
they are made available for other plugins to use. You should not