~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

Fixing mutter() calls to not have to do string processing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
        """
270
270
        fullpath = appendpath(dest, dp)
271
271
        self._put_on_disk(fullpath, tree)
272
 
        mutter("  export {%s} kind %s to %s" % (self.file_id, self.kind, fullpath))
 
272
        mutter("  export {%s} kind %s to %s", self.file_id,
 
273
                self.kind, fullpath)
273
274
 
274
275
    def _put_on_disk(self, fullpath, tree):
275
276
        """Put this entry onto disk at fullpath, from tree tree."""