~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transform.py

  • Committer: Jelmer Vernooij
  • Date: 2011-04-09 20:17:43 UTC
  • mto: (5777.5.1 inventoryworkingtree)
  • mto: This revision was merged to the branch mainline in revision 5781.
  • Revision ID: jelmer@samba.org-20110409201743-lgcsa5t1n8mvwiad
Fix PreviewTree.

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):