~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

Added set_remove to get the set delete function to IntSet

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
import bzrlib.branch
32
32
import bzrlib.commands
33
33
from bzrlib.errors import BzrError
 
34
import bzrlib.intset
34
35
import bzrlib.inventory
35
36
import bzrlib.merge3
36
37
import bzrlib.osutils
47
48
                      bzrlib.branch,
48
49
                      bzrlib.commands,
49
50
                      bzrlib.errors,
 
51
                      bzrlib.intset,
50
52
                      bzrlib.inventory,
51
53
                      bzrlib.merge3,
52
54
                      bzrlib.osutils,