~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2007-05-24 11:54:07 UTC
  • mfrom: (2466.8.2 lf_rework)
  • mto: This revision was merged to the branch mainline in revision 2491.
  • Revision ID: john@arbash-meinel.com-20070524115407-lcnak713swd59lvk
[merge] Kent Gibson: Rework LogFormatter API

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
IN DEVELOPMENT
2
2
 
 
3
  INTERNALS:
 
4
    * Rework of LogFormatter API to provide beginning/end of log hooks and to
 
5
      encapsulate the details of the revision to be logged in a LogRevision
 
6
      object.
 
7
      In long log formats, merge revision ids are only shown when --show-ids
 
8
      is specified, and are labelled "revision-id:", as per mainline
 
9
      revisions, instead of "merged:". (Kent Gibson)
 
10
 
3
11
  BUGFIXES:
4
12
 
5
13
    * ``bzr push`` should only connect to the remote location one time.