~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

  • Committer: Martin Pool
  • Date: 2006-02-01 12:24:35 UTC
  • mfrom: (1534.4.32 branch-formats)
  • mto: This revision was merged to the branch mainline in revision 1553.
  • Revision ID: mbp@sourcefrog.net-20060201122435-53f3efb1b5749fe1
[merge] branch-formats branch, and reconcile changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
735
735
        The inventory is created with a default root directory, with
736
736
        an id of None.
737
737
        """
738
 
        # We are letting Branch.initialize() create a unique inventory
 
738
        # We are letting Branch.create() create a unique inventory
739
739
        # root id. Rather than generating a random one here.
740
740
        #if root_id is None:
741
741
        #    root_id = bzrlib.branch.gen_file_id('TREE_ROOT')