/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: Canonical.com Patch Queue Manager
  • Date: 2007-10-08 08:12:00 UTC
  • mfrom: (2858.2.5 remove-checks)
  • Revision ID: pqm@pqm.ubuntu.com-20071008081200-04a0byt5lo5tyft9
Remove old calls to safe_file_id and safe_revision_id (mbp)

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: