~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/tree_creator/kernel_like.py

  • Committer: John Arbash Meinel
  • Date: 2008-07-08 14:55:19 UTC
  • mfrom: (3530 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3532.
  • Revision ID: john@arbash-meinel.com-20080708145519-paqg4kjwbpgs2xmq
Merge bzr.dev 3530

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
            returns only an in-memory Inventory, so it should always be None.
196
196
        :return: An Inventory object.
197
197
        """
198
 
        assert root is None, "Cannot create a memory inventory in a on disk."
199
198
        cache_dir = self._get_cache_dir()
200
199
        if cache_dir is None:
201
200
            return self._create_and_return()