~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-16 00:23:27 UTC
  • mfrom: (1442.1.23)
  • Revision ID: robertc@lifelesslap.robertcollins.net-20051016002327-3181e7214d4e132f
make plugins able to use other plugins in normal python style

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