/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/mutabletree.py

  • Committer: Robert Collins
  • Date: 2007-10-08 23:27:01 UTC
  • mfrom: (2895 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2896.
  • Revision ID: robertc@robertcollins.net-20071008232701-sns4ku33wvaxr2y0
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
            ids = [None] * len(files)
110
110
        else:
111
111
            assert(len(ids) == len(files))
112
 
            ids = [osutils.safe_file_id(file_id) for file_id in ids]
113
 
 
114
112
        if kinds is None:
115
113
            kinds = [None] * len(files)
116
114
        else: