~abentley/bzr/current

« back to all changes in this revision

Viewing changes to bzrlib/transform.py

  • Committer: Aaron Bentley
  • Date: 2009-04-07 18:01:49 UTC
  • Revision ID: aaron@aaronbentley.com-20090407180149-x43ddp3gx5b4fcqv
Discard unwanted changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
317
317
        added by transactions.
318
318
        """
319
319
        if inventory_id is None:
320
 
            return ROOT_PARENT
 
320
            raise ValueError('None is not a valid file id')
321
321
        path = self._tree.id2path(inventory_id)
322
322
        return self.trans_id_tree_path(path)
323
323