[MERGE][#248153] Add autopack RPC
Martin Pool
mbp at canonical.com
Fri Oct 31 03:22:14 GMT 2008
Martin Pool has voted tweak.
Status is now: Conditionally approved
Comment:
We could also have 'bzr pack' invoke a similar rpc,
as a followon. We should also manually test that 'bzr pack' still works
with
this patch in place. (I don't think it will have broken anything, but
still.)
+ if response[0] != 'ok':
+ raise errors.UnexpectedSmartServerResponse(response)
+
Is that correct, or should it be calling translate_error?
Otherwise it looks good.
--
Martin
For details, see:
http://bundlebuggy.aaronbentley.com/project/bzr/request/%3C20081031021146.GA12469%40steerpike.home.puzzling.org%3E
Project: Bazaar
More information about the bazaar
mailing list