2247
2247
b = self.make_branch(relpath, format=format)
2248
2248
return memorytree.MemoryTree.create_on_branch(b)
2250
def make_branch_builder(self, relpath, format=None, automatic_root=False):
2251
2251
branch = self.make_branch(relpath, format=format)
2255
2254
def overrideEnvironmentForTesting(self):
2256
2255
os.environ['HOME'] = self.test_home_dir