6
* The config directory is now ~/.bazaar, and there is a single file
7
~/.bazaar/bazaar.conf storing email, editor and other preferences.
10
* 'bzr add' no longer takes a --verbose option, and a --quiet option
11
has been added that suppresses all output.
13
* 'bzr check' now accepts -v for verbose reporting, and checks for
19
* Config options have moved from bzrlib.osutils to bzrlib.config.
25
* The --pattern option has been removed, now test specifiers on the
26
command line can be simple strings, or regexps, or both.
28
* Passing -v to selftest will now show the time each test took to
29
complete, which will aid in analysing performance regressions and