~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/protocol.py

  • Committer: Robert Collins
  • Date: 2009-08-13 05:17:12 UTC
  • mto: This revision was merged to the branch mainline in revision 4627.
  • Revision ID: robertc@robertcollins.net-20090813051712-fzd3l4mfudloi1s5
Remove workaround for RemoteRepository in test_add_fallback_repository now the default is stackable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1209
1209
        except (KeyboardInterrupt, SystemExit):
1210
1210
            raise
1211
1211
        except Exception:
1212
 
            mutter('_iter_with_errors caught error')
1213
 
            log_exception_quietly()
1214
1212
            yield sys.exc_info(), None
1215
1213
            return
1216
1214