~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Vincent Ladeuil
  • Date: 2007-03-14 08:12:20 UTC
  • mto: (2323.7.1 redirection)
  • mto: This revision was merged to the branch mainline in revision 2390.
  • Revision ID: v.ladeuil+lp@free.fr-20070314081220-b7rce9vi16r9yd0b
TestingHTTPServer.test_case_server renamed from test_case to avoid confusions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
556
556
            return get_transport(target)
557
557
 
558
558
        try:
559
 
            transport, format = do_catching_redirections(find_format, transport,
 
559
            transport, format = do_catching_redirections(find_format,
 
560
                                                         transport,
560
561
                                                         redirected)
561
562
        except errors.TooManyRedirections:
562
563
            raise errors.NotBranchError(base)