/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/benchmarks/tree_creator/kernel_like.py

  • Committer: Andrew Bennetts
  • Date: 2008-09-08 12:59:00 UTC
  • mfrom: (3695 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3756.
  • Revision ID: andrew.bennetts@canonical.com-20080908125900-8ywtsr7jqyyatjz0
Merge from bzr.dev.

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()