/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-04-28 09:55:40 UTC
  • Revision ID: mbp@sourcefrog.net-20050428095540-cdd4e2c3eb1f23c9
fix test suite

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    * New 'bzr whoami --email' option shows only the email component
6
6
      of the user identification, from Jo Vermeulen.
7
7
 
8
 
    * New 'bzr ignore PATTERN' command.
9
 
 
10
 
    * Nicer error message for broken pipe, interrupt and similar
11
 
      conditions that don't indicate an internal error.
12
 
 
13
8
  TESTING:
14
9
 
15
10
    * Converted black-box test suites from Bourne shell into Python.
16
11
      Various structural improvements to the tests.
17
12
 
18
 
  INTERNAL:
19
 
 
20
 
    * Included ElementTree library upgraded to 1.2.6 by Fredrik Lundh.
21
 
 
22
 
    * Refactor command functions into Command objects based on
23
 
      mango-sorbet by Scott James Remnant.
24
 
 
25
 
    * Better help messages for many commands.
26
 
 
27
13
 
28
14
bzr-0.0.4  2005-04-22
29
15