~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/fetch.py

  • Committer: Martin Pool
  • Date: 2010-04-27 07:29:11 UTC
  • mto: This revision was merged to the branch mainline in revision 5295.
  • Revision ID: mbp@sourcefrog.net-20100427072911-hagcu863rqbu4mal
Add simple test case for ObjectWithCleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
import bzrlib
36
36
from bzrlib import (
37
37
    errors,
 
38
    symbol_versioning,
38
39
    ui,
39
40
    )
40
41
from bzrlib.revision import NULL_REVISION