~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/upgrade.py

  • Committer: Martin Pool
  • Date: 2005-09-13 01:37:23 UTC
  • Revision ID: mbp@sourcefrog.net-20050913013723-7e0026b48cbf08ff
- BROKEN: start refactoring fetch code to work well with weaves

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
            updated = False
72
72
 
73
73
            if rev.inventory_sha1 is None:
74
 
                rev.inventory_sha1 = branch.get_inventory_sha1(rev_id)
 
74
                rev.inventory_sha1 = branch.get_inventory_sha1(rev.inventory_id)
75
75
                updated = True
76
76
                mutter("  set inventory_sha1 on {%s}" % rev_id)
77
77