Comment 7 for bug 129307

Revision history for this message
ChriS (christophe-troestler) wrote :

As a simple workaround (tested with 1.5dev), one can change line 282 of bzrlib/transport/http/_urllib2_wrappers.py to

  self.follow_redirections = True

(this also fixes bug #226303).