~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-06 02:49:04 UTC
  • Revision ID: mbp@sourcefrog.net-20050506024904-8d274b77f0f28b7e
- new commit --file option!

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
    * Changed format for describing changes in ``bzr log -v``.
24
24
 
 
25
    * New option ``bzr commit --file`` to take a message from a file,
 
26
      suggested by LarstiQ.
 
27
 
25
28
  TESTING:
26
29
 
27
30
    * Converted black-box test suites from Bourne shell into Python;
32
35
 
33
36
    * Included ElementTree library upgraded to 1.2.6 by Fredrik Lundh.
34
37
 
35
 
    * Refactor command functions into Command objects based on
36
 
      mango-sorbet by Scott James Remnant.
 
38
    * Refactor command functions into Command objects based on HCT by
 
39
      Scott James Remnant.
37
40
 
38
41
    * Better help messages for many commands.
39
42