~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2008-02-25 22:41:36 UTC
  • mto: This revision was merged to the branch mainline in revision 3281.
  • Revision ID: john@arbash-meinel.com-20080225224136-g5dpjx3nzxcwbvvm
Change iter_ancestry to take a group instead of a single node,

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
  IMPROVEMENTS:
23
23
 
 
24
    * ``Branch.get_revision_id_to_revno_map()`` uses ``Graph.iter_ancestry`` to
 
25
      extract the revision history. On Pack repositories this significantly
 
26
      improves performance. (John Arbash Meinel)
 
27
 
24
28
  BUGFIXES:
25
29
 
26
30
    * Include quick-start-summary.svg file to python-based installer(s)
32
36
 
33
37
  INTERNALS:
34
38
 
 
39
    * ``Graph.iter_ancestry`` returns the ancestry of revision ids. Similar to
 
40
      ``Repository.get_revision_graph()`` except it includes ghosts and you can
 
41
      stop part-way through. (John Arbash Meinel)
 
42
 
35
43
    * New remote method ``RemoteBzrDir.find_repositoryV2`` adding support for
36
44
      detecting external lookup support on remote repositories. This method is
37
45
      now attempted first when lookup up repositories, leading to an extra