~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transform.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:
1932
1932
        raise NotImplementedError(self.new_orphan)
1933
1933
 
1934
1934
 
1935
 
class _PreviewTree(tree.Tree):
 
1935
class _PreviewTree(tree.InventoryTree):
1936
1936
    """Partial implementation of Tree to support show_diff_trees"""
1937
1937
 
1938
1938
    def __init__(self, transform):