~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to baz2bzr

  • Committer: Aaron Bentley
  • Date: 2005-06-01 23:11:31 UTC
  • Revision ID: abentley@bruiser-20050601231131-367858ba12030148
Stopped grabbing 1 lock per revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
238
238
            os.rename(old, new)
239
239
            baz_inv, log = apply_revision(revdir, revision)
240
240
            os.rename(new, old)
 
241
            branch.unlock()
241
242
            branch = bzrlib.Branch(revdir)
242
243
        branch.set_inventory(baz_inv)
243
244
        timestamp = email.Utils.mktime_tz(log.date + (0,))