~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_repository.py

  • Committer: Aaron Bentley
  • Date: 2009-06-03 19:05:40 UTC
  • mto: This revision was merged to the branch mainline in revision 4408.
  • Revision ID: aaron@aaronbentley.com-20090603190540-4u3o14x52ee13206
Indicate that DefaultMail supports message bodies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    get_transport,
49
49
    )
50
50
from bzrlib.transport.memory import MemoryServer
 
51
from bzrlib.util import bencode
51
52
from bzrlib import (
52
 
    bencode,
53
53
    bzrdir,
54
54
    errors,
55
55
    inventory,