/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

  • Committer: Andrew Bennetts
  • Date: 2008-05-16 07:05:26 UTC
  • mto: This revision was merged to the branch mainline in revision 3428.
  • Revision ID: andrew.bennetts@canonical.com-20080516070526-iviihh7mmuwlr5z0
Various tweaks in response to Martin's review.

Show diffs side-by-side

added added

removed removed

Lines of Context:
340
340
    """
341
341
 
342
342
    def do(self):
343
 
        return SuccessfulSmartServerResponse(('ok', '3'))
 
343
        return SuccessfulSmartServerResponse(('ok', '2'))
344
344
 
345
345
 
346
346
class GetBundleRequest(SmartServerRequest):