/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 bzrlib/repofmt/weaverepo.py

  • Committer: Robert Collins
  • Date: 2008-03-26 21:42:35 UTC
  • mto: This revision was merged to the branch mainline in revision 3313.
  • Revision ID: robertc@robertcollins.net-20080326214235-3wmnqamcgytwif89
 * ``VersionedFile.get_graph`` is deprecated, with no replacement method.
   The method was size(history) and not desirable. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    RepositoryFormat,
44
44
    )
45
45
from bzrlib.store.text import TextStore
 
46
from bzrlib.symbol_versioning import deprecated_method, one_four
46
47
from bzrlib.trace import mutter
47
48
 
48
49
 
141
142
            self._check_revision_parents(rev, inv)
142
143
        return revs
143
144
 
 
145
    @deprecated_method(one_four)
144
146
    @needs_read_lock
145
147
    def get_revision_graph(self, revision_id=None):
146
148
        """Return a dictionary containing the revision graph.
282
284
        self._check_revision_parents(r, inv)
283
285
        return r
284
286
 
 
287
    @deprecated_method(one_four)
285
288
    @needs_read_lock
286
289
    def get_revision_graph(self, revision_id=None):
287
290
        """Return a dictionary containing the revision graph.