~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Martin Pool
  • Date: 2005-07-11 07:33:45 UTC
  • Revision ID: mbp@sourcefrog.net-20050711073345-177b10e674961bda
- merge John's code to give the tree root an explicit file id

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
    from bzrlib.trace import mutter, note
221
221
 
222
222
    any_changes = False
223
 
    inv = Inventory()
 
223
    inv = Inventory(work_inv.root.file_id)
224
224
    missing_ids = []
225
225
    
226
226
    for path, entry in work_inv.iter_entries():