~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

[merge] config file and other things from robert

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    * New 'manifest' command and concept for making gpg-signatures 
6
6
      of revisions that are not tied to a particular internal
7
7
      representation.
8
 
  
 
8
 
 
9
  IMPROVEMENTS:
 
10
 
 
11
    * The config directory is now ~/.bazaar, and there is a single file 
 
12
      ~/.bazaar/bazaar.conf storing email, editor and other preferences.
 
13
      (Robert Collins)
 
14
 
 
15
    * 'bzr add' no longer takes a --verbose option, and a --quiet option
 
16
      has been added that suppresses all output.
 
17
    
 
18
  INTERNALS:
 
19
 
 
20
    * Config options have moved from bzrlib.osutils to bzrlib.config.
 
21
      (Robert Collins)
 
22
 
 
23
  TESTING:
 
24
 
 
25
    * The --pattern option has been removed, now test specifiers on the
 
26
      command line can be simple strings, or regexps, or both.
 
27
 
 
28
    * Passing -v to selftest will now show the time each test took to 
 
29
      complete, which will aid in analysing performance regressions and
 
30
      related questions.
 
31
 
 
32
 
9
33
bzr 0.1.1 2005-10-12
10
34
 
11
35
  BUG FIXES:
20
44
  
21
45
    * Avoid some unnecessary http operations in branch and pull.
22
46
 
 
47
 
23
48
bzr 0.1 2005-10-11
24
49
 
25
50
  NOTES: