~bzr-pqm/bzr/bzr.dev

Viewing all changes in revision 4395.1.1.

  • Committer: John Arbash Meinel
  • Date: 2009-06-01 21:46:25 UTC
  • mto: This revision was merged to the branch mainline in revision 4411.
  • Revision ID: john@arbash-meinel.com-20090601214625-aphmbq80ix287sbn
If _resume_write_group aborts, make sure to clean up pending packs.

As written, _resume first calls _start, and then tries to start resuming.
If resuming fails, it aborts the resume, but leaves the pack files open.
However, the Repository doesn't catch the exception, so you can't call
repo.abort... to close the open handles.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: