~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2007-08-20 13:30:28 UTC
  • mto: This revision was merged to the branch mainline in revision 2733.
  • Revision ID: abentley@panoramicfeedback.com-20070820133028-nx1ujd9zlyxddi0k
update NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
   * ``Branch.append_revision`` is removed altogether; please use 
40
40
     ``Branch.set_last_revision_info`` instead.  (Martin Pool)
41
41
 
42
 
    * ``Transport.should_cache`` has been removed.  It was not called in the
43
 
      previous release.  (Martin Pool)
 
42
   * ``Transport.should_cache`` has been removed.  It was not called in the
 
43
     previous release.  (Martin Pool)
 
44
 
 
45
   * NULL_REVISION is returned to indicate the null revision, not None.
 
46
     (Aaron Bentley)
44
47
 
45
48
  INTERNALS:
46
49