/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-03-28 06:42:20 UTC
  • mfrom: (3287.6.9 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080328064220-ongijg78bfqhvbay
Deprecate a number of VersionedFile method calls,
        and Repository.get_revision_graph. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
      show_merge_revno methods. The latter had been deprecated since the 0.17
75
75
      release. (James Westby)
76
76
 
 
77
    * ``Repository.get_revision_graph`` is deprecated, with no replacement
 
78
      method. The method was size(history) and not desirable. (Robert Collins)
 
79
 
 
80
    * ``revision.revision_graph`` is deprecated, with no replacement function.
 
81
      The function was size(history) and not desirable. (Robert Collins)
 
82
 
 
83
    * ``VersionedFile.get_graph`` is deprecated, with no replacement method.
 
84
      The method was size(history) and not desirable. (Robert Collins)
 
85
 
 
86
    * ``VersionedFile.get_graph_with_ghosts`` is deprecated, with no
 
87
      replacement method.  The method was size(history) and not desirable.
 
88
      (Robert Collins)
 
89
 
77
90
    * ``VersionedFile.get_parents`` is deprecated, please use
78
91
      ``VersionedFile.get_parent_map``. (Robert Collins)
79
92
 
 
93
    * ``VersionedFile.has_ghost`` is now deprecated, as it is both expensive
 
94
      and unused outside of a single test. (Robert Collins)
 
95
 
80
96
  TESTING:
81
97
 
82
98
    * New -Dselftest_debug flag disables clearing of the debug flags during