~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2005-10-13 21:29:09 UTC
  • mfrom: (1451)
  • mto: (1185.25.1)
  • mto: This revision was merged to the branch mainline in revision 1460.
  • Revision ID: abentley@troll-20051013212909-cfde7d2d05ccd47e
Merged latest from robert collins

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
DEVELOPMENT HEAD
 
2
 
 
3
 
 
4
  IMPROVEMENTS:
 
5
 
 
6
    * The config directory is now ~/.bazaar, and there is a single file 
 
7
      ~/.bazaar/bazaar.conf storing email, editor and other preferences.
 
8
      (Robert Collins)
 
9
 
 
10
    * 'bzr add' no longer takes a --verbose option, and a --quiet option
 
11
      has been added that suppresses all output.
 
12
 
 
13
    * 'bzr check' now accepts -v for verbose reporting, and checks for
 
14
      ghosts in the branch.
 
15
 
 
16
 
 
17
  INTERNALS:
 
18
 
 
19
    * Config options have moved from bzrlib.osutils to bzrlib.config.
 
20
      (Robert Collins)
 
21
 
 
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
 
1
33
bzr 0.1 2005-10-06
2
34
 
3
35
  NOTES: