143
145
- uses the branch last-revision.
148
def __init__(self, basedir, *args, **kwargs):
149
super(WorkingTree2, self).__init__(basedir, *args, **kwargs)
148
150
# WorkingTree2 has more of a constraint that self._inventory must
149
151
# exist. Because this is an older format, we don't mind the overhead
150
152
# caused by the extra computation here.