~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/revisiontree.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-04-11 18:31:46 UTC
  • mfrom: (5777.3.6 inventorytree)
  • Revision ID: pqm@pqm.ubuntu.com-20110411183146-s7r7m89gnp0dl3sr
(jelmer) Split inventory-specific functionality out of Tree into
 InventoryTree. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    )
26
26
 
27
27
 
28
 
class RevisionTree(tree.Tree):
 
28
class RevisionTree(tree.InventoryTree):
29
29
    """Tree viewing a previous revision.
30
30
 
31
31
    File text can be retrieved from the text store.