~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-16 00:22:17 UTC
  • mto: This revision was merged to the branch mainline in revision 1457.
  • Revision ID: robertc@lifelesslap.robertcollins.net-20051016002217-aa38f9c1eb13ee48
Plugins are now loaded under bzrlib.plugins, not bzrlib.plugin.

Plugins are also made available for other plugins to use by making them 
accessible via import bzrlib.plugins.NAME. You should not import other
plugins during the __init__ of your plugin though, as no ordering is
guaranteed, and the plugins directory is not on the python path.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
      of revisions that are not tied to a particular internal
7
7
      representation.
8
8
 
9
 
    * Configuration is now done via the config.Config interface:
 
9
    * Config options have moved from bzrlib.osutils to bzrlib.config.
 
10
      Configuration is now done via the config.Config interface:
10
11
      Depending on whether you have a Branch, a Location or no information
11
12
      available, construct a *Config, and use its signature_checking,
12
 
      username and user_email methods.
 
13
      username and user_email methods. (Robert Collins)
 
14
 
 
15
    * Plugins are now loaded under bzrlib.plugins, not bzrlib.plugin, and
 
16
      they are made available for other plugins to use. You should not 
 
17
      import other plugins during the __init__ of your plugin though, as 
 
18
      no ordering is guaranteed, and the plugins directory is not on the
 
19
      python path.
 
20
 
13
21
 
14
22
  IMPROVEMENTS:
15
23
 
24
32
      ghosts in the branch.
25
33
 
26
34
 
27
 
  INTERNALS:
28
 
 
29
 
    * Config options have moved from bzrlib.osutils to bzrlib.config.
30
 
      (Robert Collins)
31
 
 
32
35
  TESTING:
33
36
 
34
37
    * The --pattern option has been removed, now test specifiers on the