~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/protocol.py

  • Committer: Andrew Bennetts
  • Date: 2008-05-14 11:11:24 UTC
  • mto: This revision was merged to the branch mainline in revision 3428.
  • Revision ID: andrew.bennetts@canonical.com-20080514111124-atn54v2g4w1ub1zg
Add another comment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
837
837
                # This happens during normal operation when the client tries a
838
838
                # protocol version the server doesn't understand, so no need to
839
839
                # log a traceback every time.
 
840
                # Note that this can only happen when
 
841
                # expect_version_marker=True, which is only the case on the
 
842
                # client side.
840
843
                pass
841
844
            else:
842
845
                log_exception_quietly()