~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/revisiontree.py

  • Committer: Martin Pool
  • Date: 2008-02-06 00:41:04 UTC
  • mfrom: (3215 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3219.
  • Revision ID: mbp@sourcefrog.net-20080206004104-mxtn32habuhjq6b8
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