~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_knit.py

Teach versioned files to prevent mutation after finishing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
from bzrlib.tests import TestCaseInTempDir
27
27
from bzrlib.transport.local import LocalTransport
28
28
from bzrlib.transport.memory import MemoryTransport
29
 
from bzrlib.transactions import PassThroughTransaction
30
29
 
31
30
 
32
31
class KnitTests(TestCaseInTempDir):