~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/mutabletree.py

  • Committer: Robert Collins
  • Date: 2007-10-11 04:54:04 UTC
  • mfrom: (2904 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2933.
  • Revision ID: robertc@robertcollins.net-20071011045404-lj5a81n4ripi01mt
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: