~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2008-05-22 22:56:34 UTC
  • mto: This revision was merged to the branch mainline in revision 3460.
  • Revision ID: john@arbash-meinel.com-20080522225634-bl5qfq1caf119hr2
allow passing a 'graph' object into Branch.update_revisions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
      ``Graph.find_differences`` to determine missing revisions without having
39
39
      to search the whole ancestry. (John Arbash Meinel, #174625)
40
40
 
 
41
    * ``bzr branch/push/pull -r XXX`` now have a helper function for finding
 
42
      the revno of the new revision (``Graph.find_distance_to_null``). This
 
43
      should make something like ``bzr branch -r -100`` in a shared, no-trees
 
44
      repository much snappier. (John Arbash Meinel)
 
45
 
41
46
  BUGFIXES:
42
47
 
43
48
    * Correctly track the base URL of a smart medium when using bzr+http://
80
85
 
81
86
  API CHANGES:
82
87
 
 
88
    * ``Branch.update_revisions`` now takes an optional ``Graph``
 
89
      object. This can be used by ``update_revisions`` when it is
 
90
      checking ancestry, and allows callers to prefer request to go to a
 
91
      local branch.  (John Arbash Meinel)
 
92
 
83
93
    * ``bzr missing --mine-only`` will return status code 0 if you have no
84
94
      new revisions, but the remote does. Similarly for ``--theirs-only``.
85
95
      The new code only checks one side, so it doesn't know if the other