/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/revisiontree.py

  • Committer: Michael Hudson
  • Date: 2007-11-29 18:58:23 UTC
  • mfrom: (3048 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3189.
  • Revision ID: michael.hudson@canonical.com-20071129185823-vpokl0unnsjib0xw
merge bzr.dev
a bit involved, hope i got it all right!

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
    case_sensitive = True
 
36
 
35
37
    def __init__(self, branch, inv, revision_id):
36
38
        # for compatability the 'branch' parameter has not been renamed to 
37
39
        # repository at this point. However, we should change RevisionTree's