308
308
# Note that we return an empty body, rather than omitting the body.
309
309
# This way the client knows that it can always expect to find a body
310
310
# in the response for this method, even in the error case.
313
313
for revision, parents in revision_graph.items():
314
314
lines.append(b' '.join((revision, ) + tuple(parents)))
319
319
class SmartServerRepositoryGetRevIdForRevno(SmartServerRepositoryReadLocked):