~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2008-05-21 15:42:47 UTC
  • mto: This revision was merged to the branch mainline in revision 3465.
  • Revision ID: john@arbash-meinel.com-20080521154247-sqpkv9um9grku9e1
Add tests for Branch.missing_revisions and deprecate it.

The api uses a 'stop_revision' but it is supposed to be a revno, not a
revision_id. The code itself is very crufty and slow (and doesn't take
a read_lock). But rather than fix it, just nuke the function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
 
79
79
  INTERNALS:
80
80
 
 
81
    * ``Branch.missing_revisions`` has been deprecated. Similar functionality
 
82
      can be obtained using ``bzrlib.missing.find_unmerged``. The api was
 
83
      fairly broken, and the function was unused, so we are getting rid of it.
 
84
      (John Arbash Meinel)
 
85
 
81
86
  API CHANGES:
82
87
 
83
88
    * ``bzr missing --mine-only`` will return status code 0 if you have no