394
394
# Create a smart server that publishes whatever the backing VFS server
396
396
self.smart_server = server.SmartTCPServer_for_testing()
399
398
# Make two empty branches, 'empty' and 'target'.
400
399
self.empty_branch = self.make_branch('empty')
401
400
self.make_branch('target')