~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-10-23 08:21:11 UTC
  • mfrom: (2921.3.5 graph)
  • Revision ID: pqm@pqm.ubuntu.com-20071023082111-h6u34i4gvlb2nwch
(robertc) Prevent heads() calls from accessing all history unnecessarily. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
   * XML inventory serialisation takes 20% less time while being stricter about
70
70
     the contents. (Robert Collins)
71
71
 
 
72
   * Graph ``heads()`` queries have been fixed to no longer access all history
 
73
     unnecessarily. (Robert Collins)
 
74
 
72
75
  IMPROVEMENTS:
73
76
 
74
77
   * ``bzr+https://`` smart server across https now supported.