/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/protocol.py

  • Committer: Andrew Bennetts
  • Date: 2007-08-02 06:40:58 UTC
  • mfrom: (2666 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2668.
  • Revision ID: andrew.bennetts@canonical.com-20070802064058-09eblz1qbc01fcr3
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
 
304
304
    def call(self, *args):
305
305
        if 'hpss' in debug.debug_flags:
306
 
            mutter('hpss call: %r', args)
 
306
            mutter('hpss call:   %r', args)
307
307
        self._write_args(args)
308
308
        self._request.finished_writing()
309
309