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