76
76
class SmartServerBranchGetConfigFile(SmartServerBranchRequest):
78
78
def do_with_branch(self, branch):
81
81
The body is not utf8 decoded - its the literal bytestream from disk.
85
85
except errors.NoSuchFile:
87
87
return SuccessfulSmartServerResponse( ('ok', ), content)