~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-09-01 11:19:08 UTC
  • Revision ID: mbp@sourcefrog.net-20050901111907-ff5ac13ee6fedc85
- split commit message editor functions out into own file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
development head
2
 
 
3
 
  INTERNALS:
4
 
 
5
 
    * Refactor xml packing/unpacking.
6
 
 
7
 
 
8
 
bzr-0.0.7 2005-09-02
 
1
bzr development head
9
2
 
10
3
  NEW FEATURES:
11
4
 
31
24
 
32
25
    * Fixed bugs in listing plugins from ``bzr plugins``.
33
26
 
34
 
    * Fix case of $EDITOR containing options for the editor.
35
 
 
36
 
    * Fix log -r refusing to show the last revision.
37
 
      (Patch from Goffredo Baroncelli.)
38
 
 
39
27
 
40
28
  CHANGES:
41
29
 
42
30
    * ``bzr log --show-ids`` shows the revision ids of all parents.
43
31
 
44
 
    * Externally provided commands on your $BZRPATH no longer need
45
 
      to recognize --bzr-usage to work properly, and can just handle
46
 
      --help themselves.
47
 
 
48
32
 
49
33
  LIBRARY:
50
34