~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

[merge] from robert

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    * Builtin 'bzr annotate' command, by Martin Pool with improvements from 
16
16
      Goffredo Baroncelli.
17
17
    
18
 
  INTERNALS:
19
 
 
20
 
    * Config options have moved from bzrlib.osutils to bzrlib.config.
21
 
      (Robert Collins)
 
18
    * 'bzr check' now accepts -v for verbose reporting, and checks for
 
19
      ghosts in the branch.
22
20
 
23
21
  TESTING:
24
22
 
35
33
      of revisions that are not tied to a particular internal
36
34
      representation.
37
35
 
 
36
    * Config options have moved from bzrlib.osutils to bzrlib.config.
 
37
      (Robert Collins)
 
38
 
38
39
    * Improved command line option definitions allowing explanations
39
40
      for individual options, among other things.  Contributed by 
40
41
      Magnus Therning.
41
42
 
42
 
    
 
43
    * Config options have moved from bzrlib.osutils to bzrlib.config.
 
44
      Configuration is now done via the config.Config interface:
 
45
      Depending on whether you have a Branch, a Location or no information
 
46
      available, construct a *Config, and use its signature_checking,
 
47
      username and user_email methods. (Robert Collins)
 
48
 
 
49
    * Plugins are now loaded under bzrlib.plugins, not bzrlib.plugin, and
 
50
      they are made available for other plugins to use. You should not 
 
51
      import other plugins during the __init__ of your plugin though, as 
 
52
      no ordering is guaranteed, and the plugins directory is not on the
 
53
      python path. (Robert Collins)
 
54
 
 
55
    * Branch.relpath has been moved to WorkingTree.relpath. WorkingTree no
 
56
      no longer takes an inventory, rather it takes an option branch
 
57
      parameter, and if None is given will open the branch at basedir 
 
58
      implicitly. (Robert Collins)
43
59
 
44
60
bzr 0.1.1 2005-10-12
45
61