~toddy/bzr/bzr.i18n

« back to all changes in this revision

Viewing changes to bzrlib/revisiontree.py

  • Committer: Tobias Toedter
  • Date: 2008-02-10 08:01:48 UTC
  • mfrom: (2438.1.783 +trunk)
  • Revision ID: t.toedter@gmx.net-20080210080148-bg5rh61oq2zk2xw3
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
    File text can be retrieved from the text store.
33
33
    """
34
 
    
 
34
 
35
35
    def __init__(self, branch, inv, revision_id):
36
36
        # for compatability the 'branch' parameter has not been renamed to 
37
37
        # repository at this point. However, we should change RevisionTree's