/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: John Arbash Meinel
  • Date: 2008-06-05 16:27:16 UTC
  • mfrom: (3475 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3476.
  • Revision ID: john@arbash-meinel.com-20080605162716-a3hn238tnctbfd8j
merge bzr.dev, resolve NEWS

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