~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/protocol.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-30 18:19:18 UTC
  • mfrom: (2655.1.4 remove_extra_connect)
  • Revision ID: pqm@pqm.ubuntu.com-20070730181918-3i2gb12zxmvjwh3r
(John Arbash Meinel) remove a spurious get_master_branch() call, to avoid 1 extra remote connection

Show diffs side-by-side

added added

removed removed

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