~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/upgrade.py

  • Committer: Martin Pool
  • Date: 2005-09-12 01:29:49 UTC
  • mto: (1092.2.12) (974.1.76) (1185.8.2)
  • mto: This revision was merged to the branch mainline in revision 1390.
  • Revision ID: mbp@sourcefrog.net-20050912012949-73a539d3f2542173
- patch from mpe to automatically add parent directories

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