~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/push.py

  • Committer: Mark Hammond
  • Date: 2008-12-28 05:21:23 UTC
  • mfrom: (3920 +trunk)
  • mto: (3932.1.1 prepare-1.11)
  • mto: This revision was merged to the branch mainline in revision 3937.
  • Revision ID: mhammond@skippinet.com.au-20081228052123-f78xs5sbdkotshwf
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
            transport.mkdir('.')
75
75
            return transport
76
76
 
77
 
        def redirected(redirected_transport, e, redirection_notice):
78
 
            return transport.get_transport(e.get_target_url())
 
77
        def redirected(transport, e, redirection_notice):
 
78
            note(redirection_notice)
 
79
            return transport._redirected_to(e.source, e.target)
79
80
 
80
81
        try:
81
82
            to_transport = transport.do_catching_redirections(