~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-04-01 02:16:14 UTC
  • mfrom: (3313.2.4 _SmartClient-takes-medium)
  • Revision ID: pqm@pqm.ubuntu.com-20080401021614-ec34l5pd7xp7bkku
Deprecate get_shared_medium,
        and pass medium & base directly into _SmartClient. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    * ``revision.revision_graph`` is deprecated, with no replacement function.
92
92
      The function was size(history) and not desirable. (Robert Collins)
93
93
 
 
94
    * ``Transport.get_shared_medium`` is deprecated.  Use
 
95
      ``Transport.get_smart_medium`` instead.  (Andrew Bennetts)
 
96
 
94
97
    * ``VersionedFile.get_graph`` is deprecated, with no replacement method.
95
98
      The method was size(history) and not desirable. (Robert Collins)
96
99