~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-09-02 02:05:26 UTC
  • Revision ID: mbp@sourcefrog.net-20050902020526-0ab28bd5a998df70
- fix off-by-one in 'bzr log -r'

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
    * Fix case of $EDITOR containing options for the editor.
28
28
 
 
29
    * Fix log -r refusing to show the last revision.
 
30
      (Patch from Goffredo Baroncelli.)
 
31
 
29
32
 
30
33
  CHANGES:
31
34
 
32
35
    * ``bzr log --show-ids`` shows the revision ids of all parents.
33
36
 
 
37
    * Externally provided commands on your $BZRPATH no longer need
 
38
      to recognize --bzr-usage to work properly, and can just handle
 
39
      --help themselves.
 
40
 
34
41
 
35
42
  LIBRARY:
36
43