53
53
from bzrlib.branch import Branch
54
54
from bzrlib.bzrdir import BzrDir
55
55
from bzrlib.revision import NULL_REVISION
57
56
from bzrlib.trace import note
58
57
from bzrlib.workingtree import WorkingTree
63
73
# The Check object interacts with InventoryEntry.check, etc.
65
75
def __init__(self, repository, check_repo=True):