~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-13 07:30:14 UTC
  • mfrom: (1452)
  • mto: This revision was merged to the branch mainline in revision 1453.
  • Revision ID: robertc@lifelesslap.robertcollins.net-20051013073014-cdfd16f95c395b6b
merge from integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
    * The config directory is now ~/.bazaar, and there is a single file 
7
7
      ~/.bazaar/bazaar.conf storing email, editor and other preferences.
8
 
    
 
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
 
9
16
 
10
17
  INTERNALS:
11
18
 
12
19
    * Config options have moved from bzrlib.osutils to bzrlib.config.
13
 
 
14
 
 
15
 
bzr 0.1 2005-10-06
 
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
 
 
33
bzr 0.1 2005-10-11
16
34
 
17
35
  NOTES:
18
36